Skip to main content
Developer platform

Build with itellicoAI.

REST API, OpenAPI, TypeScript SDK, and guided implementation support. Connect channels, CRM, calendars, and knowledge sources to production voice agents.

dispatch-call.shLIVE
cURLTypeScriptPython
# Dispatch a phone call
curl -X POST \
  https://api.itellico.ai/v1/calls/phone \
  -H 'X-API-Key: <api-key>' \
  -H 'Content-Type: application/json' \
  -d '{
     "agent_id": "agt_2K9...",
     "to_number": "+43 664 ...",
     "external_id": "lead_84120"
   }'
POST /v1/calls/phone200 OK · 142 ms
Reference endpoints

Concrete requests, linked to the docs.

docs.itellico.ai/api-reference/agents/create-an-agentOpen in docs
API Reference: Create an agent endpoint
API scope

Build beyond the dashboard when the workflow needs it.

The API is organized around the resources teams need for production voice AI: accounts, agents, providers, phone numbers, SIP trunks, conversations, and analytics.

01 / 04

Agent lifecycle

Create, retrieve, update, and archive AI agents with model, transcriber, voice, timing, recording, and handoff settings.

02 / 04

Telephony operations

Manage phone numbers and SIP trunks for inbound, outbound, and BYOC deployment paths.

03 / 04

Provider catalogs

List available models, transcribers, and voices so applications can present valid configuration choices.

04 / 04

Conversation intelligence

Read conversations, status, direction, messages, recordings, and usage analytics for QA and reporting workflows.

Implementation support

Use the public docs. Bring us in for production rollout.

Start with the API reference and SDK docs. When telephony, data access, QA, or compliance rules get specific, we can help map the implementation path.

Open docs

Public docs · OpenAPI 3.1 · TypeScript SDK

Developer Platform | itellico.ai | itellicoAI