Skip to main content
Framesail AI
Docs

Account, billing & API

API keys & the REST API

Framesail's REST API is the same surface the web app uses — every pipeline station is readable and editable programmatically. Access is via fsk_ API keys, created on your account page, and is included on the Pro, Studio, and BYOK plans (Creator is web-app-only).

Creating a key

What the API can do

Everything the app can: create channels, styles, and projects; run every generation step; edit scripts, assets, segments, and scenes; and export the finished video. The same server-side step gating that protects the web app protects API clients — a step called before its prerequisites are ready fails with a clear error naming the next action, never a corrupted project (see jobs, errors, and status).

Where to go next

The developers page covers the API surface in more detail. If you are connecting an agent like Claude rather than writing HTTP calls yourself, use the MCP server — the same keys work for both.