🚀 Introduction
The AI Editing API allows you to upload a raw video and apply cinematic editing styles automatically. It’s perfect for turning user-generated or brand footage into share-worthy content with minimal effort. Whether you’re creating marketing reels, tutorials, or social posts — our API applies consistent, high-quality editing based on your selectedediting_style.

⚙️ Quickstart Guide
✅ Prerequisites
Before you begin, ensure you have:- A Creatify account with API access
- Your API credentials (see Quickstart)
📝 Step 1: Submit a Video Editing Request
Use this endpoint to initiate AI-based editing on your video.🎬 The response includes a unique video ID. Save it to check status.
⏳ Step 2: Check Editing Status
Once submitted, your video will be processed asynchronously. Use the task ID to track progress and retrieve the final output.⏳ Oncestatusisdone, retrieve your final edited video from thevideo_outputfield.
🎯 Summary
| Step | Endpoint |
|---|---|
| Create Task | POST /api/ai_editing/ |
| Check Status | GET /api/ai_editing/{id}/ |
| API Reference | AI Editing Reference |

