FastDrop Video Classifier
🎬 FastDrop Video Classifier API FastDrop analyzes raw video footage and classifies it into editing roles that video editors actually use: Hook, A-Roll, B-Roll, Steady Shots, Voiceover, and Blooper. Built for post-production workflows. What you get per video: 🏷️ Role classification with confidence score and explanation 🖼️ Keyframe thumbnails (3-5 per video) 🔍 Video diagnostics (codec, resolution,…
FastDrop Video Classifier endpoints
| Method | Endpoint | Description |
|---|---|---|
| Developer API v1 | ||
| GET |
get_usage_api_v1_usage_get /api/v1/usage |
Returns current credit balance and usage statistics for the authenticated API key. |
| GET |
get_classify_job_api_v1_classify__job_id__get /api/v1/classify/{job_id} |
Poll for job status and results. Returns results when status is 'completed'. |
| POST |
create_classify_job_api_v1_classify_post /api/v1/classify |
Submit a video URL for async processing. Returns a job_id to poll for results. |
| GET |
get_capabilities_api_v1_capabilities_get /api/v1/capabilities |
Returns all available capabilities with their credit costs. No authentication required. |
FastDrop Video Classifier pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5 / minute |
|
| PRO | $19 / month | 15 / minute |
|
| ULTRA | $99 / month | 30 / minute |
|
| MEGA | $349 / month | 60 / minute |
|