Development
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:
- User API: For end-users and client applications
- Admin API: For system administrators and advanced integrations
Enabling the APIs
Both APIs can be easily toggled on or off from the admin panel:
- Go to Settings > Features > API in your Aikeedo admin dashboard
- 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.
Was this page helpful?