Translate one message body to a target language
Conversations
Translate one message body to a target language
Inline translation for a single message in the conversation thread (Intercom / Zendesk parity). Sends the message body through the platform LLM and caches the translation per-message under metadata.translations[target] so subsequent calls for the same (message, target) tuple are free. target is a BCP-47-ish short tag (en, es, pt-br). Tenant-scoped via the auth ctx schema and double-guarded by a conversation_id predicate on the message read.
POST
Translate one message body to a target language
Authorizations
Dashboard JWT token from Clerk
Query Parameters
BCP-47-ish target language tag (e.g. en, es, fr, pt-br).
Required string length:
2 - 10Response
200
Default Response