CINEMATIC AI API

Integrate AI-powered video remake capabilities into your applications. Upload videos, analyze their cinematic DNA, and generate stunning remakes programmatically.

RESTful API

Standard REST endpoints with JSON responses

Bearer Auth

Secure API key authentication

99.9% Uptime

Enterprise-grade reliability

Quick Start

Get started with the CINEMATIC AI API in just a few steps:

1

Get your API key

Sign in and generate an API key from your dashboard

2

Create a project

Initialize a new project with your desired style

3

Upload a video

Send your source video for AI analysis

4

Generate a remake

Choose a style and let our AI create a stunning remake

bash
curl https://api.cinematic.ai/v1/projects \
  -H "Authorization: Bearer cin_your_api_key_here" \
  -H "Content-Type: application/json" \
  -d '{"title": "My First Remake", "style": "Cyberpunk"}'

Base URL

text
https://api.cinematic.ai/v1