Create Custom Template Video
API that generates video of custom template. Generating video through this endpoint costs 5 credits for every 30 seconds.
Documentation Index
Fetch the complete documentation index at: https://docs.creatify.ai/llms.txt
Use this file to discover all available pages before exploring further.
About Request Data Structure of Webhook
When using ‘custom_templates’ API, if the ‘webhook_url’ is passed in the parameters, we will initiate a POST request to thewebhook_url when the task succeeds or fails, with the following content:
id(string): The unique identifier of the jobstatus(string): The status of the job. Possible values arepending,in_queue,running,failed,donefailed_reason(string): The reason of the failure if the job failedvideo_output(string): The URL of the video if the job is done
Authorizations
API ID, from your settings page.
API Key, from your settings page.
Body
Template ID associated with the job.
JSON data for the custom template.
Name of the video. Default is null.
255Webhook URL for status updates. Default is null.
200Model version for the avatar, 'standard', 'aurora_v1' or 'aurora_v1_fast'. Default is 'standard'. Standard model costs 5 credits per 30 seconds video, Aurora_v1 model costs 1 credit per second, and Aurora_v1_fast renders faster with lower quality for 0.5 credits per second.
standard- Standardaurora_v1- Aurora v1aurora_v1_fast- Aurora v1 Fast
standard, aurora_v1, aurora_v1_fast Whether the job should be hidden.
Response
JSON data for the custom template.
Video output URL
Preview URL
Editor URL for the video. Expires in 24 hours. Available only if your API account has API editor access enabled. , expires in 24 hours.
Failed reason
Credits used in this API call
Duration of the video in seconds
pending- Pendingin_queue- In Queuerunning- Runningfailed- Faileddone- Donerejected- Rejected
pending, in_queue, running, failed, done, rejected Progress of the job
Name of the video. Default is null.
255Webhook URL for status updates. Default is null.
200Model version for the avatar, 'standard', 'aurora_v1' or 'aurora_v1_fast'. Default is 'standard'. Standard model costs 5 credits per 30 seconds video, Aurora_v1 model costs 1 credit per second, and Aurora_v1_fast renders faster with lower quality for 0.5 credits per second.
standard- Standardaurora_v1- Aurora v1aurora_v1_fast- Aurora v1 Fast
standard, aurora_v1, aurora_v1_fast Whether the job should be hidden.

