CaptureIQ
CaptureIQ API
Upload audio recordings or transcripts from audits and meetings. Get back an executive summary, a transcript, and a structured list of observations.
Endpoints
- POST /api/v1/captureiq/analyze — submit audio or transcript, get observations back.
- GET /api/v1/captureiq/jobs/:jobId — poll the status of an async job.
Permission required
captureiq:analyze on the API key used. See Authentication.
Processing model
Requests without a callback_url are processed synchronously and may take 30–120 seconds depending on input size. Provide a callback_url to switch to async mode: the API returns a job ID immediately and POSTs the final payload to your webhook when processing completes.