📚 Documentation
Explore our comprehensive API documentation with interactive examples and detailed endpoint descriptions.
View API Docs🚀 Quick Start
Get up and running in minutes with our step-by-step guide and code examples in multiple languages.
# Generate a video with Python
import requests
response = requests.post(
"http://localhost:8000/jobs",
headers={"Authorization": "Bearer YOUR_API_KEY"},
json={"workflow": "text-to-video", "prompt": "..."}
)
⚡ Available Endpoints
Core endpoints to power your video generation workflow:
GET
/workflows
POST
/jobs
GET
/jobs/{job_id}/status
API Status
✅
Operational
v1.0.0
Version
99.9%
Uptime
<100ms
Avg Response
🔑 Authentication
Secure your requests with API keys. Simple and straightforward authentication.
API Key
RapidAPI
💳 Pricing
Flexible credit-based pricing. Pay only for what you use with no hidden fees.
View Pricing🛠️ SDKs & Tools
Official SDKs for popular languages and frameworks to accelerate your integration.
Python
JavaScript
Go
PHP