GET
/
dictionaries
curl --request GET \
  --url https://client.camb.ai/apis/dictionaries \
  --header 'x-api-key: <api-key>'
[
  {
    "id": 123,
    "name": "<string>",
    "description": "<string>",
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z"
  }
]
Dictionaries must be created and managed through the CAMB.AI Studio interface.

Understanding Dictionaries

Dictionaries in CAMB.AI serve as specialized knowledge bases for your localization efforts. Each dictionary contains pairs of terms with their approved translations across multiple languages, helping maintain consistency in how specific terminology is translated throughout your content, especially when working with specialized industry terminology or brand-specific language.

Using Dictionaries

  • When you request the list of dictionaries, you’ll receive details about each dictionary in your workspace, including its name, creation date, and the number of entries it contains. This information helps you manage your terminology resources effectively.

  • Once you’ve retrieved your dictionary list, you can:

    • Use the dictionary IDs to apply particular dictionaries to various translation tasks for consistent terminology.

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[].