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

API changes take effect immediately without requiring a system restart.

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:

The demo links are for reference only. Do not use them for actual API calls.

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