Sai Sapphire
11/26/2024, 6:48 AMVapi
11/26/2024, 6:51 AMVapi
11/26/2024, 6:51 AMSai Sapphire
11/26/2024, 7:13 AMVapi
11/26/2024, 7:14 AMSai Sapphire
11/26/2024, 7:15 AMVapi
11/26/2024, 7:15 AMSai Sapphire
11/26/2024, 7:17 AMVapi
11/26/2024, 7:17 AMSai Sapphire
11/26/2024, 8:46 AMVapi
11/26/2024, 8:46 AMSai Sapphire
11/26/2024, 9:09 AMVapi
11/26/2024, 9:09 AMSai Sapphire
11/26/2024, 9:09 AMVapi
11/26/2024, 9:09 AMhttp
POST /api/calls
Host: vapi.example.com
Authorization: Bearer your_access_token
Content-Type: application/json
{
"to": "user@example.com",
"from": "your_user_id",
"sdpOffer": "your_sdp_offer_here"
}
And the response might be:
json
{
"status": "ok",
"callId": "unique_call_identifier",
"sdpAnswer": "vapi_sdp_answer_here"
}
Please note that the above is a generic example and not specific to VAPI. You will need to consult the VAPI documentation for the exact API endpoint and the correct request and response formats. The documentation should provide you with examples and detailed instructions on how to interact with the API for SDP negotiation and other signaling processes.
If you cannot find the information you need in the documentation, I recommend reaching out to VAPI support for further assistance. They will be able to provide you with the exact details and examples you need. Would you like me to assist you with contacting support?Sai Sapphire
11/26/2024, 9:24 AMVapi
11/26/2024, 9:24 AMSai Sapphire
11/26/2024, 9:28 AMShubham Bajaj
11/29/2024, 3:13 AMShubham Bajaj
11/29/2024, 3:13 AM