curl --request GET \ --url https://api.example.com/v1/calls/public/create-web-call
Copy
Ask AI
{ "access_token": "<string>"}
Calls
Create Web Call (Public Shared)
Create a web call session using a public shared link.
This endpoint enables creating web calls without user authentication, using a shared key instead.
Ideal for public-facing applications where users don’t need accounts to interact with AI agents.
GET
/
v1
/
calls
/
public
/
create-web-call
Create Web Call (Public Shared)
Copy
Ask AI
curl --request GET \ --url https://api.example.com/v1/calls/public/create-web-call