Developers · APIComing soon

Build on AAQ.

Programmatically create agents, trigger calls, stream transcripts, and wire AAQ into your own stack. The public API is in active development — join the early-access list and we'll bring you in first.

What you'll be able to do

The whole platform, as an API.

Create & manage agents

Spin up, configure, and version voice/web agents programmatically.

Trigger calls

Kick off outbound calls and campaigns from your own systems.

Inbound webhooks

Receive real-time events — call started, completed, intent detected.

Transcripts & outcomes

Fetch full transcripts, summaries, and structured call outcomes.

Language config

Set language, voice, and regional accent per agent or per call.

Usage & analytics

Pull call volumes, resolution rates, and cost data into your BI.

A representative request

Trigger a call in one POST.

Illustrative — the final API surface may differ.

POST https://api.aaq.live/v1/calls
Authorization: Bearer <your_api_key>
Content-Type: application/json

{
  "agent_id": "agent_logistics_wismo",
  "to": "+919999999999",
  "language": "hi",
  "metadata": { "order_id": "8742195" }
}

# → 201 Created
{ "call_id": "call_abc123", "status": "queued" }

On the roadmap

What's shipping next.

  • Public REST APIIn progress
  • Developer documentation (docs.aaq.live)In progress
  • Webhooks & event streamingPlanned
  • JavaScript & Python SDKsPlanned
  • Developer console & API keysPlanned
  • API playground & status pageExploring

Roadmap items and statuses are indicative and subject to change.

Want API access before everyone else?

Join the developer waitlist. We'll reach out as soon as early access opens.