curl --request POST \
--url 'https://api.voice.stateset.com/api/v1/incoming-call-sip' \
--header "Authorization: Bearer $STATESET_VOICE_API_KEY"
"string"
Incoming Call
Tenant-scoped voice call operation for starting outbound AI calls or coordinating Twilio call setup.
POST
/
api
/
v1
/
incoming-call-sip
curl --request POST \
--url 'https://api.voice.stateset.com/api/v1/incoming-call-sip' \
--header "Authorization: Bearer $STATESET_VOICE_API_KEY"
"string"
Tenant-scoped voice call operation for starting outbound AI calls or coordinating Twilio call setup.
Response
Returnstext/xml — TwiML response that connects the SIP call to /media-stream.
Status codes
| Code | Meaning |
|---|---|
200 | TwiML response that connects the SIP call to /media-stream |
401 | Unauthorized |
500 | Internal server error |
curl --request POST \
--url 'https://api.voice.stateset.com/api/v1/incoming-call-sip' \
--header "Authorization: Bearer $STATESET_VOICE_API_KEY"
"string"
Last modified on August 31, 2026