APIs that convert any link to a short form video ad.
โ ๏ธ Save the id
โ youโll need it to generate the video.
โ ๏ธ Costs 4 credits per 30s.
โณ Video status starts as pending
. Youโll will use the id (81123b51-aa76-467e-a6c4-0e5ca719a932 in this example) to check progress.
โณ You will find the status to bedone
when finished. Meanwhile you can find the video output invideo_output
field.
Step | Endpoint |
---|---|
Create Link | POST /api/links/ |
Update Link | PUT /api/links/{id}/ |
Create Video | POST /api/link_to_videos/ |
Check Video | GET /api/link_to_videos/{id}/ |
API Reference | Link-to-Video Reference |