Summarize conversation transcripts

View as Markdown
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

apikeystringOptional
API key required when calling through the API gateway.

Request

This endpoint expects an object.
transcriptslist of stringsRequired
call_uuidstringRequired
callback_urlstringRequiredformat: "uri"

Response

Inline mode (no callback_url).

statusstring
call_uuidstring
dataobject

Errors

400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error
502
Bad Gateway Error
503
Service Unavailable Error
504
Gateway Timeout Error