name, scene_id, and type are returned here — use GET /scenes/{scene_id} for full details of your own scenes.
Endpoint
string
required
Your API key.
Query Parameters
string
Filter by category slug (e.g.
womens-clothing).string
Filter by full model identifier (e.g.
estudjo/economic-video). URL-encode the slash as %2F.string
Pass
user_created to list only your own scenes. Any other value returns 400.integer
Page number. Defaults to
1.integer
Number of results per page. Accepted range:
1–250. Defaults to 250.Example Request
Response
200 — Success
array
Array of scene objects matching your query.
integer
The current page number returned.
integer
The number of results per page used for this response.
integer
Total number of scenes matching the query across all pages.
Requesting a page number beyond the last page returns an empty
scenes array — total is still populated with the full count. This is not treated as an error.