Skip to main content

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 CodeDescription
200Success
404Languages not found
500Internal server error