Ultravox REST API Overview
Using the Ultravox API requires an API key.
You can sign-up for a free account that comes with 30 free minutes for creating calls.
Base URL
The Ultravox API is available at https://api.ultravox.ai/api/
.
API Keys
Ultravox API keys are 41 characters long and are made up of two alphanumeric parts separated by a period. The first part is 8 characters long and the second is 32 characters.
For example: Zk9Ht7Lm.wX7pN9fM3kLj6tRq2bGhA8yE5cZvD4sT
Throughout the docs we use aBCDef.123456
for brevity.
X-API-Key Header
When making API calls, pass your key in using the X-API-Key
header.
If you really want to ignore this advice for a local demo, use the X-Unsafe-API-Key header instead at your own risk. It works the same way except that our server will allow it in CORS preflight requests.
Here’s an example showing how to use the fictional API key aBCDef.123456
to get a list of calls:
Playground
If you want to quickly experiment with prompts and voices, the fastest way to do that is in the Ultravox Dashboard.
You can also paste in an Ultravox API key throughout the API reference (look for “Authorization” and paste your key where it asks for X-API-Key
) and test the REST API endpoints.