Template
Get specific custom template details
Retrieve detailed information about a specific custom template including its variables.
get/v2/template/custom/{id}
Path parameters
idinteger required
Example:123
Template ID
Response
Success
Example response
{
"msg": "Success",
"data": {
"template_id": 123,
"name": "My Template",
"cover_url": "https://example.com/cover.jpg",
"preview_url": "https://example.com/preview.mp4",
"variables": [
{
"type": "text",
"name": "title"
}
]
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.