Skip to main content

Speak

POST 

/workstations/:workstation_id/voice/speak

Play voice audio into the virtual microphone via a text-to-speech model. You can provide exact copy for the agent to speak, or instructions for an LLM to generate a response.

Request

Path Parameters

    workstation_id uidrequired

    The UID associated to a Workstation. Learn more

Body

required

Provide either 'copy' (a string) or 'instructions' (an array of strings), but not both.

    oneOf

    copy Copy (string)required

    The exact text that will be used.

Responses

Speak action successful

Loading...