For the complete documentation index, see llms.txt. This page is also available as Markdown.

Translation

Translation actions

Translate content

post

Translate content from one language to another

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
translateFromstringRequired

The source language (auto or language code)

Example: auto
translateTostringRequired

The target language (af, sq, am, ar, hy, az, bn, bs, bg, ca, zh, zh-TW ...)

Example: en
dataarrayRequired

The text to translate

Example: ["Le renard brun rapide saute par-dessus le chien paresseux"]
Responses
200Success
application/json
statusCodeintegerOptionalExample: 200
successbooleanOptionalExample: true
messageanyOptionalExample: Translation success
eventstring · enumOptionalPossible values:
itemsarrayOptionalExample: ["The fast brown fox jumps over the lazy dog"]
post/v1/translation

Last updated

Was this helpful?