Version: 1
DialogBrain API
The DialogBrain API lets you create AI agents, place and inspect voice calls, read and send messages across connected channels, manage contacts and webhooks, and read billing, over plain HTTPS and JSON.
Every request carries an API key in the X-API-Key header. A key belongs to
one workspace, and every call is scoped to it: an agent, call or contact from
another workspace answers 404, never 403. Creating resources that cost money
(POST /agents, POST /calls) requires an Idempotency-Key so a retried
request can never create a second one.
Create and revoke keys in the dashboard under Settings, Developer.
Authentication
- API Key: ApiKeyAuth
Security Scheme Type: | apiKey |
|---|---|
Header parameter name: | X-API-Key |