VidSimplify API

Integrate precision animation generation directly into your product. Simple, RESTful, and scalable.

Quick Start

Generate your first video in 3 steps

# 1. Create a video job
import requests
response = requests.post(
  "https://api.vidsimplify.com/v1/videos",
  headers={"Authorization": "Bearer YOUR_API_KEY"},
  json={
    "prompt": "Explain database sharding",
    "category": "tech_system",
    "duration_minutes": 5
  }
)

job_id = response.json()["job_id"]
print(f"Job started: {job_id}")

Endpoints

POST/v1/videos
Create a new video generation job
GET/v1/jobs/{job_id}
Check generation status and progress
GET/v1/videos/{video_id}/download
Get secure download URL
GET/v1/usage
Get current billing period usage

Usage & Cost

API Calls8,432 / 10,000
Video Minutes450 / 500
Current Bill$45.00

Enterprise Plan

Need higher limits or dedicated rendering clusters?