ACME API Documentation logo

Translate Post

Translate text for a post to another language

POSThttps://api.acme.com/api/generate/translate
Available on Premium, Business, Enterprise plans.Max Pack required

Translate text for a post to over 100 different languages using AI. The current language is automatically detected and translated to the specified language.

Header Parameters

Authorizationstringrequired
API Key of the Primary Profile.

Format: Authorization: Bearer API_KEY

Body Parameters

textstringrequired

Text to be translated.

langstringrequired

Language code to translate the text.

{
    "status": "success",
    "translatedText": "Nos vamos a las carreras",
    "originalText": "Off we go to the races",
    "language": "es"
}