cURL
curl --request POST \ --url https://api.puppeteerai.com/voice/{thread_id}/web-call \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --data ' { "project_id": "<string>" } '
{ "status": "<string>", "message": "<string>" }
Create a new web voice call for a thread. Queues the call for setup; once ready, the access token will be delivered to the client via WebSocket.
The UUID of the Puppeteer project.
Successful Response
Status of the web call creation request (e.g., "queued").
Additional information about the web call status.