API Dashboard
Build automations with the Video Factory API. Compatible with n8n, Make, Claude MCP, and REST clients.
Requests today
1,248
Success rate
98.4%
Avg latency
183ms
Rate limit
5K/day
API Key
vmf_live_sk_4a8b•••••••••••••••••••••••••7o0pKeep your API key secret. Never expose it in client-side code. Rotate immediately if compromised.
Code Examples
curl -X POST https://api.videofactory.ai/v1/posts \
-H "Authorization: Bearer vmf_live_sk_4a8b•••••••••••••••••••••••••7o0p" \
-H "Content-Type: application/json" \
-d '{
"accountId": "tiktok_98432",
"content": {
"text": "Faceless video income: month 3 update",
"mediaUrls": ["https://cdn.example.com/video.mp4"],
"platform": "tiktok"
},
"scheduledTime": "2026-06-01T09:00:00Z"
}'Recent Requests
| Method | Path | Status | Latency | When |
|---|---|---|---|---|
| POST | /v1/posts | 200 | 248ms | 2 min ago |
| GET | /v1/videos | 200 | 91ms | 5 min ago |
| POST | /v1/videos/generate | 202 | 312ms | 12 min ago |
| POST | /v1/posts | 401 | 44ms | 18 min ago |
| GET | /v1/accounts | 200 | 78ms | 25 min ago |