Overview

Welcome to the Prism API - generate AI videos from multiple providers through a single unified API

What is Prism?

Prism is an AI video generation platform that lets you manage and create videos across all major providers from a single API. Whether you're building a video generation tool, automating your content workflow, or managing multiple projects, Prism's API gives you complete control.

What can you do with the API?

Generate videos from Runway, Luma, Pika, and more AI providers

Manage multiple providers with a single authentication token

Track generation status in real-time with webhooks

Access video history and manage your library programmatically

Monitor usage and costs across all providers

Base URL

https://api.prism.video/v1

Quick Example

Here's a simple example to generate a video:

curl -X POST https://api.prism.video/v1/generate \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "prompt": "A serene mountain lake at sunset",
    "provider": "runway",
    "duration": 6
  }'

Key Concepts

Providers

Different AI video generation services (Runway, Luma, Pika) that you can access through Prism

Generations

Video creation requests with status tracking (queued, processing, completed, failed)

Webhooks

Real-time notifications when videos complete or fail generation

API Keys

Authentication tokens that identify your application and track usage

Next Steps

Need help?

Join our community or reach out to our support team