API Documentation
Custom Templates API
API that creates video of custom_templates.
Introduction
You can use the API to create video of custom_template and custom data.
Quickstart
Prerequisite
- You need a creatify.ai account with API access.
- You need to go through the Get your API key
Queue a generation task
Generate a video of custom_templates by calling the custom template endpoint .
visual_style
is the custom template name.
Check status
Now our service is generating the video. It will return a id
of the custom_templates item. Then you can check the status of your video generation by sending a GET request to Get Custom Templates item by id.
Once the status is done
, you can download the video, the link of the video is in the video_output
field.