Translate translates content to a target language.
POST/api/v1/automation/translate
Parameters
- transcript_id: Optional, transcript to translate
- text: Optional, custom text to translate
- target_language: Required, ISO language code (e.g., "es", "fr")
Response
Returns translated content.
Errors
- INVALID_ARGUMENT: No source provided or invalid language
- NOT_FOUND: Transcript not found
- PERMISSION_DENIED: Caller lacks automation:process permission
Request
Responses
- 200
- default
A successful response.
An unexpected error response.