Sonar Agents API Documentation

Interactive reference for the Sonar Agents Public API v1

Quick Start

Authentication

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

Rate limits are enforced per API key. Check the X-RateLimit-Remaining response header to monitor your usage. Default: 1,000 requests/minute.

SDKs

TypeScript / Node.js

npm install @zeltra/sdk

Python

pip install sonaragents-sdk

API Reference

Full interactive documentation powered by the OpenAPI specification.