API Reference
Interactive documentation for the AskRAI Public API — query execution, session management, audit inspection, and more.
The AskRAI Public API provides programmable access to the AskRAI platform. Use it to execute governed queries, retrieve conversation history, inspect audit records, and discover tenant capabilities.
Authentication
All endpoints require an API key in the Authorization header:
Authorization: Bearer {api_key}API keys are created and managed in the AskRAI Admin Console under Administration > Settings.
Base URLs
| Environment | URL |
|---|---|
| Production | https://public.askrai.ai |
Endpoints
Browse the API reference in the sidebar to see detailed documentation for each endpoint, including request/response schemas and an interactive playground.