> ## Documentation Index
> Fetch the complete documentation index at: https://docs.aikeedo.com/llms.txt
> Use this file to discover all available pages before exploring further.

# REST API Overview

> A quick look at Aikeedo's REST APIs for users and administrators

Aikeedo provides two REST APIs to interact with the platform programmatically:

1. **User API**: For end-users and client applications
2. **Admin API**: For system administrators and advanced integrations

## Enabling the APIs

Both APIs can be easily toggled on or off from the admin panel:

1. Go to **Settings > Features > API** in your Aikeedo admin dashboard
2. Use the switches to enable or disable each API as needed

<Note>
  API changes take effect immediately without requiring a system restart.
</Note>

## Accessing API Documentation

Once enabled, you can find the auto-generated API documentation at:

* User API: `https://yourdomain.com/app/api-docs`
* Admin API: `https://yourdomain.com/admin/api-docs`

Replace `yourdomain.com` with your Aikeedo instance domain.

## Demo API Documentation

To preview the API documentation, you can check out our demo links:

* [User API Demo Docs](https://demo.aikeedo.com/app/api-docs)
* [Admin API Demo Docs](https://demo.aikeedo.com/admin/api-docs)

<Warning>
  The demo links are for reference only. Do not use them for actual API calls.
</Warning>

For more detailed information on using the APIs, please refer to the specific documentation for your instance after enabling the APIs.
