video
Create Template
post/api/v1/video/create-template
Request body
Example request
{
"category": "Fashion",
"preview_url": "https://example.com/preview.mp4",
"template_data": {
"name": "Fashion Promo"
},
"template_id": "claude-html-fashion-promo",
"template_metadata": {
"duration": 30,
"html_template": "https://example.com/template.html",
"skill_id": "skill_01..."
},
"template_type": "claudehtml"
}Response
Successful Response
Example response
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"message": "Template created successfully",
"success": true,
"template_id": "template_001"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.