Skip to main content
Fetch the full details of a user-created scene by its scene_id. Predefined scenes are not accessible here — their name, scene_id, and type are available via GET /scenes.

Endpoint

string
required
Your API key.

Path Parameters

string
required
UUID of the user-created scene to retrieve.

Example Request

Response

200 — Success

string
Display name of the scene.
string
UUID uniquely identifying the scene.
string
Short description of the scene. Returned as an empty string ("") when not set.
string
The full prompt text used to define the scene.
description is always returned as a string. When no description has been set, the value is "" — not null.

Errors