Translate text
Translate text between languages using Google Cloud Translation API. Supports 100+ languages, automatic language detection, HTML preservation, and batch translation.
POST
Documentation Index
Fetch the complete documentation index at: https://docs.case.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key starting with sk_case_
Body
application/json
Text to translate. Can be a single string or an array for batch translation.
Target language code (ISO 639-1)
Example:
"es"
Source language code (ISO 639-1). If not specified, language is auto-detected.
Example:
"en"
Format of the source text. Use 'html' to preserve HTML tags.
Available options:
text, html Translation model. 'nmt' (Neural Machine Translation) is recommended for quality.
Available options:
nmt, base Response
Translation successful
Previous
List all vaultsList all vaults for the authenticated organization. Returns vault metadata including name, description, storage configuration, and usage statistics.
Next

