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"}
  1. Upload the audio
  2. Submit the call
  3. Call Lens analyses
  4. You get a webhook