Create Video from URL
APIs that convert any link to a short form video ad.
🚀 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 be
done
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 |
🤝 Need Help?
If you run into any issues, check out our API Reference or contact api@creatify.ai.