Translate text
Translate text between languages using Google Cloud Translation API. Supports 100+ languages, automatic language detection, HTML preservation, and batch translation.
POST
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
Extract boost list from documentsExtracts a categorized word boost list from vault documents or raw text using LLM entity extraction. The resulting list can be passed as `word_boost` to the transcription endpoint for improved accuracy.
Next

