Languages
Get Languages
Returns a list of all languages available in the workspace associated with the client credentials provided. The id field is a unique identifier for each language.
Method: GET
Endpoint: https://api.revoiceit.com/languages
Response:
[
{
"id": string,
"name": string,
"code": string,
"isTextSupported": boolean,
"isAudioSupported": boolean
}
]
Returned HTTP Codes
HTTP Code | Description |
200 | Success |
404 | Languages not found |
500 | Internal server error |