Indigenius Developer API
Indigenius is a voice AI platform for building agents, running calls, dubbing media, and automating workflows. This API gives you programmatic access to every capability on the platform.What you can build
Voice agents
Create and configure AI agents with custom personas, voices, languages, and
LLM settings.
Calls
Initiate web and outbound phone calls, retrieve transcripts, and run
post-call analysis.
Create Studio
Generate text-to-speech audio, transcribe speech, and dub video into
multiple languages.
Workflows
Orchestrate multi-step call flows, schedule executions, and monitor job
results.
Base URL
All API requests go to:Authentication
Every request requires anX-API-Key header:
Response envelope
Every endpoint returns the same envelope structure:status is false and data is null. See Errors for the full reference.
Quick links
- Quickstart — make your first API call in under 5 minutes
- Auth & Keys — create and manage API keys and scopes
- API Reference — full interactive endpoint reference
- Changelog — latest API updates