Voice Listen
POST/workstations/:workstation_id/voice/listen
Listen for audio from the virtual microphone and transcribe the audio into text.
Request
Path Parameters
workstation_id uidrequired
The UID associated to a Workstation. Learn more
Responses
- 200
- 400
- 401
- 402
Listen action successful
Invalid Request Format - check API documentation for proper syntax.
- application/json
- Schema
- Example (from schema)
Schema
error string
message string
{
"error": "string",
"message": "string"
}
Unauthorized - missing or invalid API key.
- application/json
- Schema
- Example (from schema)
Schema
error string
message string
{
"error": "string",
"message": "string"
}
Payment Required - you have run out of trial credits or your payment method has expired. Please add payment details to your account.
- application/json
- Schema
- Example (from schema)
Schema
error string
message string
{
"error": "string",
"message": "string"
}
Loading...