API Access Overview
Last updated: 2025-05-20
Developer API
Kyoraq provides a secure API for organizations that want to build custom frontend experiences (Headless Mode) while using Kyoraq as their backend Learning Engine.
Authentication
All external API requests must be authenticated using your Organization API Secret.
- Generate Key: Go to Settings -> Integrations in your Admin Dashboard to generate your secret.
- Usage: Include this secret in the request header
x-api-key.
Security Warning: Never expose your API Secret in client-side code (browsers). All requests should be made from your secure backend server.
Base URL
https://kyoraq.com/api/v1/external
Rate Limiting
Requests are limited to 100 per minute per organization to ensure platform stability.