Skip to content

Developers

API overview

QOTBOT APIs are RESTful with JSON payloads and use OAuth 2.0 client credentials or scoped API keys.

API overview backdrop
POST

/api/messages

Send SMS or voice follow-up messages with consent checked automatically.

POST

/api/leads

Create a lead from a form submission. Triggers lead_submitted analytics event.

GET

/api/calls/{call_id}

Retrieve call transcript, intent, and outcome details.

POST

/api/flows/{flow_id}/publish

Publish a new version of a voice or SMS flow.

GET

/api/reports/summary

Fetch KPIs like missed calls, conversion rate, and compliance status.

Authentication

Use client credentials to request access tokens. Rotate keys in the console and view audit logs for every API call.