⚠️ SIP Billing Starts October 27, 2025 - See Ultravox Pricing for details.
Creates a new SIP registration using the given properties
cURL
curl --request POST \ --url https://api.ultravox.ai/api/sip/registrations \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data '{ "username": "<string>", "password": "<string>", "proxy": "<string>" }'
{ "registrationId": "<string>", "created": "2023-11-07T05:31:56Z", "username": "<string>", "proxy": "<string>" }
API key
The SIP username to register as.
60
The SIP password for username.
The SIP proxy to register with.
100