Skip to main content
POST
Voice reply (dictate or smart)

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

project
string
required

Path Parameters

ticketId
string
required

Body

application/json
audioUrl
string
required

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

mode
enum<string>
required

dictate returns the transcript; smart returns a drafted reply.

Available options:
dictate,
smart

Response

200 - application/json

Ok

reply
string
transcript
string