v5

latestOpenAPI 3.0.02026-08-04258282491.7 KB
Ticket

Voice reply (dictate or smart)

Process an operator's recorded audio for a ticket with one multimodal model call. dictate returns a verbatim transcript; smart treats the audio as spoken keywords and drafts a fluent reply using the ticket + conversation as context (no knowledge-base retrieval). The client uploads the audio via POST /uploads first and passes the resulting URL.

post/tickets/{ticketId}/voice-reply

Path parameters

ticketIdstring required

Headers

projectstring required

Request body

audioUrlstring required

Public URL of the uploaded audio clip (from POST /uploads).

mode'dictate' | 'smart' required

dictate returns the transcript; smart returns a drafted reply.

Response

Ok

replystring
transcriptstring