API Keys

Programmatic access to CineAI video generation

Create New API Key
Your API Keys

No API keys yet. Create one above to get started.

Quick Start

Use your API key to generate videos programmatically:

curl -X POST https://cineai.manus.space/api/v1/generate \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "title": "My AI Video",
    "script": "A cinematic story...",
    "style": "cinematic",
    "duration": 60
  }'
POST/api/v1/generate

Generate a new video

GET/api/v1/projects

List your projects

GET/api/v1/projects/:id

Get project status

GET/api/v1/credits

Check credit balance