Skip to main content

Prism API

Prism is a prompt-to-video generation platform. The API lets you programmatically manage characters, browse the public template catalog, and poll generations you’ve started from the Prism dashboard.

What you can do

Create Character

Create private reusable characters from local uploads or public image URLs.

List Characters

Browse public characters and your own private ones.

Browse Templates

List available video templates.

Get Template Details

Fetch a single template by ID.

Check Status

Poll generation status and download the completed video.

Base URL

All API requests use the following base URL:
https://prismvideos.com/api
Authenticate with a bearer token from your Prism dashboard — see Authentication for details.