Call analysis, as an API.
Submit a call. Get a signed webhook back with the transcript-derived analysis. No polling step, no read API.
$ curl -X POST https://api.calllens.io/api/v1/ingest/calls \
-H "Authorization: Bearer clk_..." \
-d '{"mode": "upload", "upload_ticket": "..."}'
→ 201{"id": "...", "status": "queued"}- Upload the audio
- Submit the call
- Call Lens analyses
- You get a webhook