Docs navigation
Developer Docs

Build voice agents at scale

The Artic Developer API is a key-authed REST surface for building Indian-language voice agents at scale. One bundled wallet, one flat surface — no BYOK juggling of telephony, STT, LLM and TTS vendors. Create a configured agent from a template and queue calls, all under your account's tenancy.

Quickstart

1. Get an API key

Create a key in the dashboard at /dashboard/developers. The full token (ak_live_…) is shown once — store it securely.

2. Create an agent

POST /v1/agents with a templateSlug and businessDetails to get a fully configured agent back.

3. Queue a call

POST /v1/calls with the agentId and a phone number. The request is persisted as queued.

Ready for the details? Read the full API reference.