Back to Home

Video Generation Demo

Transform your ideas into dynamic videos with AI

Generate Video
Describe the video you want to create
5 demos remaining todayView pricing

Upload an image to animate

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