List Dictionaries
Retrieve all dictionaries available in the workspace associated with your API key.
Understanding Terminology Management in Localization
Dictionaries are centralized repositories for terminology management across languages, essential for maintaining consistent terminology in specialized industries and branded materials. CAMB.AIβs dictionary system ensures key terms, product names, and industry jargon remain consistent throughout localized content.
Each dictionary in your workspace contains curated terminology pairs defining how specific terms should be translated across target languages, addressing one of localizationβs key challenges: consistent and accurate specialized vocabulary.
The Role of Dictionaries in Your Localization Pipeline
Dictionaries enhance your translation workflows by:
- Ensuring Terminology Consistency across all translations regardless of context
- Preserving Domain Expertise by encoding specialized knowledge
- Protecting Brand Language across multiple languages
- Streamlining Quality Control by establishing pre-approved translations
Within CAMB.AI, dictionaries integrate seamlessly with translation workflows, automatically applying terminology rules during content processing.
Using This Endpoint
To retrieve all dictionaries in your workspace:
No parameters required. Authentication occurs via your API key.
Dictionary Management Workflow
Dictionaries can be created, updated, and deleted through either the CAMB.AI Studio interface or directly via REST API calls. Below is an overview of both approaches:
1. Via CAMB.AI Studio
- Create dictionaries via Studio, organized by domain or project or by uploading a file that contains your terms and their translations. Refer to this page for more details.
- Add terminology entries with source terms and approved translations
- Retrieve dictionary information via API or Studio to identify available dictionaries
- Apply dictionaries to translations by referencing their IDs in requests
2. Programmatically via API
The CAMB.AI API now exposes endpoints to fully manage dictionaries and their entries. Use these endpoints to build CI/CD pipelines, integrate with custom tools, or automate bulk imports/exports.
Integrating Dictionaries into Translation Workflows
Apply dictionaries in two primary ways:
1. Direct Application in Translation Requests
Specify dictionary IDs when making translation requests:
2. Dictionary Selection Based on Content Type
Select dictionaries programmatically based on content analysis:
Best Practices for Dictionary Management
For effective dictionary implementation:
- Maintain Regularly: Establish review cycles and track updates using the
updated_at
timestamp - Apply Strategically: Use complementary dictionaries and consider application order when terminologies overlap
- Govern Collaboratively: Establish clear ownership and documentation standards for dictionaries
Related Endpoints
The /dictionaries
endpoint works in conjunction with several other endpoints in the CAMB.AI API ecosystem:
Integration in Translation
Apply dictionaries during translation to ensure consistent terminology across languages. Custom dictionaries help maintain brand voice and technical accuracy.
Usage in Dubbing
Use dictionaries when generating dubbed content to ensure specialized terminology is properly voiced in the target language with appropriate pronunciation.
Maintain Consistency in Stories
Incorporate dictionaries when creating localized stories to maintain consistent terminology and branding elements across narratives in different languages.
Integration with Text-to-Speech
Apply dictionaries during the text-to-speech process after translation to ensure specialized terms are properly pronounced in the generated audio output.
This interconnected system provides comprehensive support for terminology management throughout your localization workflow.
Authorizations
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
Successful Response
The response is of type object[]
.