GET
/
target-languages
curl --request GET \
  --url https://client.camb.ai/apis/target-languages \
  --header 'x-api-key: <api-key>'
[
  {
    "id": 123,
    "language": "<string>",
    "short_name": "<string>"
  }
]

This endpoint provides the result about each language supported, enabling users to select and utilize appropriate languages for localization, translation, or other multilingual functionalities.

Authorizations

x-api-key
string
header
required

The x-api-key is a custom header required for authenticating requests to our API. Include this header in your request with the appropriate API key value to securely access our endpoints. You can find your API key(s) in the 'API' section of our studio website.

Response

200
application/json
Successful Response

The response is of type object[].