cURL
curl --request GET \ --url https://test.api.cxconnect.ai/language/translate/locales \ --header 'Authorization: Bearer <token>'
{ "source": [ { "name": "<string>", "tag": "<string>", "services": [ "<string>" ] } ], "target": [ { "name": "<string>", "tag": "<string>", "services": [ "<string>" ] } ] }
List all the source and target language codes supported for translation and detection
The access token received from the authorization server in the OAuth 2.0 flow.
Successful locale result
Show child attributes
Was this page helpful?