Skip to main content
POST
Paint a 16:9 seed frame from a premise

Authorizations

Authorization
string
header
required

An app API key, e.g. Authorization: Bearer sk_live_…. Secret (sk_) for writes/sessions; publishable (pk_) is read-only (browser-safe).

Body

application/json
prompt
string
required

The NL pitch to paint.

pov
enum<string>
Available options:
first_person,
third_person_shoulder
mood
string
style
enum<string>
Available options:
illustrated,
cartridge

Response

The painted frame.

imageBase64
string
mimeType
string
url
string

Hosted URL of the frame (empty if hosting failed).

prompt
string
art_style
string
mock
boolean

Present and true only for TEST-mode keys. See Testing.