Generate Video
Describe the video you want to create
Result
Your generated video will appear here
Enter a prompt and click Generate
API Documentation
Integrate video generation into your application with our async API.
curl -X POST https://api.arthub.ai/v1/demo/video/generate \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"prompt": "A butterfly emerging from a cocoon",
"duration_seconds": 4,
"fps": 24
}'
# Response includes job_id for status polling
# GET /v1/demo/video/status/{job_id}View Full Documentation