Interactive reference for the Sonar Agents Public API v1
All API requests require a Bearer token in the Authorization header. Generate an API key from your Sonar Agents dashboard.
curl -X POST https://api.sonaragents.com/api/v1/agents/note-gen/execute \
-H "Authorization: Bearer zk_live_your_api_key" \
-H "Content-Type: application/json" \
-d '{"inputData": {"transcript": "..."}, "mode": "async"}'Rate limits are enforced per API key. Check the X-RateLimit-Remaining response header to monitor your usage. Default: 1,000 requests/minute.
TypeScript / Node.js
npm install @zeltra/sdk
Python
pip install sonaragents-sdk
Full interactive documentation powered by the OpenAPI specification.