๐ Introduction
With Creatifyโs URL-to-Video API, you can instantly turn any webpage into a customized, short-form video ad. Just submit a URLโour system will:- Automatically scrape content (images, descriptions, etc.)
- Allow you to customize the script, visuals, and more
- Output a ready-to-publish video in seconds

โ๏ธ Quickstart Guide
โ Prerequisites
Before you begin, ensure you have:- A Creatify account with API access
- Your API credentials (see Authentication Guide)
๐ Step 1: Create a New Link
Use this endpoint to submit a URL and extract metadata.
โ ๏ธ Save the id
โ youโll need it to generate the video.
โ๏ธ Step 2: (Optional) Update the Link
Improve video quality by refining metadata.Why Update?
- Add a logo for better branding and a CTA
- Remove low-quality images/videos
- Enhance or rewrite the description for clarity
- Highlight specific features or offers
๐ฎ Step 3: Create a Video from Link
๐ ๏ธ Customization Options
Refer to the Link to Video API reference for all enum values.โ ๏ธ Costs 4 credits per 30s.
๐ Request
โณ Video status starts as pending
. Youโll will use the id (81123b51-aa76-467e-a6c4-0e5ca719a932 in this example) to check progress.
๐ก Step 4: Check Video Status
Use this endpoint to check if the video is ready and retrieve the final output.โณ You will find the status to bedone
when finished. Meanwhile you can find the video output invideo_output
field.
๐ฏ Summary
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 |