Skip to content

Authentication

Base URL

The Ultravox API is available at https://api.ultravox.ai/api/.

X-API-Key Header

When making API calls, pass your key in using the X-API-Key header.

Here’s an example showing how to use the fictional API key aBCDef.123456 to get a list of calls.

Terminal window
curl --request GET \
--url https://api.ultravox.ai/api/calls \
--header 'X-API-Key: aBCDef.123456'