Call Lens

Submit a call

POST
/calls

Authorization

ApiKey ingest
AuthorizationBearer <token>

Authorization: Bearer clk_{tenant_id}_{secret}. The header X-Api-Key carrying the same value is also accepted, for integration platforms that cannot set an Authorization header. Keys are minted in the Call Lens dashboard.

In: header

Scope: ingest

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/calls" \  -H "Content-Type: application/json" \  -d '{    "mode": "upload",    "started_at": "2019-08-24T14:15:22Z"  }'
{  "success": true,  "message": "Call already ingested.",  "data": {    "id": "string",    "status": "string"  }}