API Documentation
AI Editing API
API that let AI edit your video.
Introduction
You can use the API to let AI edit your video.
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 AI Editing video.
Check status
Now our AI model is generating ai editing video for you. It will return a id
of the ai editing item. Then you can check the status of your video generation by sending a GET request to Get AI Editing item by id endpoint.
You will find the status
to be done
when finished. Meanwhile you can find the video output in video_output
field.