Ai Batch Translate Template
Batch-translate a notification template into multiple locales using AI.
Batch-translate a notification template into multiple locales using AI.
AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://loading/api/v2/notification-templates/ai/translate" \ -H "Content-Type: application/json" \ -d '{ "body_html": "string", "subject": "string", "target_locales": [ "string" ] }'{
"duration_ms": 0,
"model": "string",
"translations": {}
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}