API Documentation

The Genesis Studio API lets you generate AI videos programmatically. Available on Pro and Studio plans.

Quick Start

curl -X POST https://genesisstudio.app/api/v1/generate \
  -H "Authorization: Bearer gs_your_api_key" \
  -H "Content-Type: application/json" \
  -d '{
    "prompt": "A cat sleeping on a windowsill",
    "modelId": "wan-2.2",
    "resolution": "720p",
    "duration": 5
  }'

Authentication

Generate an API key from your API Keys page. Include it in the Authorization header as a Bearer token.

Endpoints

POST/api/v1/generate— Generate a video
GET/api/v1/status/:jobId— Check generation status

Need help? Contact us at hello@genesis-studio.app