Skip to main content

Welcome to itellicoAI API

The itellicoAI API provides programmatic access to manage AI agents, phone numbers, SIP trunks, conversations, and analytics for your voice AI platform.

Choose Your Integration Method

Base URL

https://api.itellico.ai

Authentication

All API endpoints require authentication using an API key passed in the X-API-Key header:
curl -H "X-API-Key: your-api-key" https://api.itellico.ai/v1/accounts/current
Learn how to create and manage API keys in the API Keys documentation.

Key Resources

The API is organized around these main resources:
  • Accounts - Manage your account and subaccounts
  • Agents - Create and configure AI voice agents
  • Providers - Access available models, transcribers, and voices
  • Phone Numbers - Manage phone numbers for inbound/outbound calls
  • SIP Trunks - Configure BYOC (Bring Your Own Carrier) trunks
  • Conversations - Access conversation history and details
  • Analytics - Track usage metrics and performance data

Getting Started

  1. Create an API key from your dashboard
  2. Make your first request to verify authentication
  3. Explore the endpoint documentation in the sidebar