AI.TRANSLATE
POST Translate a content to a target_language
Request
- application/json
 
Body
op stringrequired
The operation
content stringrequired
The longtext content
options object
target_language stringrequired
Language code for translation, ie: Spanish, French
translation_style string
Style preference for the translated text.
Responses
- 200
 
- application/json
 
- Schema
 - Example (from schema)
 
Schema
data object
ouput string
The output response of the gen ai
meta object
{
  "data": {
    "ouput": "string"
  },
  "meta": {}
}
Loading...