Seminara offers a programmatic API for advanced users and organizations who want to generate and manage sessions automatically.
Base URL
All API requests should be made to:
https://seminara.online/api/v1
API Keys
For server-to-server integrations, you can generate a static API key directly from the Developer Dashboard.
Provide this key in the headers of your requests:
Authorization: Bearer sk_live_your_api_key
Status Codes
All API endpoints return standard HTTP status codes.
200 OK- Success400 Bad Request- Missing parameters401 Unauthorized- Invalid API Key402 Payment Required- Quota exceeded
Frequently Asked Questions (FAQ)
Q: Can I use the API to upload PDFs directly?
A: Yes, via the POST /api/v1/agent/sessions endpoint (detailed in the next section).