cURL
curl --request POST \ --url https://api.upon-ai.com/api/calls/web \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "workspaceId": 123, "agentId": "<string>", "agentVersion": 123, "metadata": {}, "uponai_dynamic_variables": {} } '
{ "callId": "<string>", "status": "<string>", "callType": "<string>", "agentId": "<string>", "agentVersion": 123, "metadata": {}, "optOutSensitiveDataStorage": true, "accessToken": "<string>", "expiresAt": "2023-11-07T05:31:56Z", "webCallUrl": "<string>", "uponai_dynamic_variables": {} }
Start a browser based call session powered by an UponAI agent.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes
Web call created.