Ai Generate Template
Generate a notification template using AI.
Generate a notification template 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/generate" \ -H "Content-Type: application/json" \ -d '{ "description": "string", "event_type": "string" }'{
"body_html": "string",
"duration_ms": 0,
"model": "string",
"subject": "string"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}