Summarize conversation transcripts
Generate summaries for provided conversation transcripts.
**Inline mode** — omit `callback_url`: returns `200 OK` with the summaries in `data`.
**Async mode** — set `callback_url`: returns `202 Accepted` and POSTs the result to your `callback_url` when ready. See the `summaryDelivered` operation under **Webhooks** for the payload shape, retry policy, and correlation contract.
Headers
apikey
API key required when calling through the API gateway.
Request
This endpoint expects an object.
transcripts
call_uuid
callback_url
Response
Inline mode (no callback_url).
status
call_uuid
data
Errors
400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error
502
Bad Gateway Error
503
Service Unavailable Error
504
Gateway Timeout Error

