3D Models

Deprecated: prefer GET /assets/generations (all types, paginated, same source filter). This endpoint continues to work; no removal is scheduled. List 3D models you previously generated through the API, most recent first. This is a free read-only history lookup (no credits, no generation); it does not create anything. Pass an optional request_id query parameter to return only the results tagged with that id when you originally called create3DModel. Requires an API key (user scope).

get/assets/3d-models/results

Query parameters

request_idstring

Filter results by request_id

source'api' | 'web' | 'all'

Which surface the results were generated from: api (default, your API/MCP generations from the last 7 days), web (your Ludo web studio generations, no time limit), or all

Response

Success

model_urlstring
snapshotsstring[]
request_idstring
created_atinteger

Changes

Changed in 2 of the 10 revisions of this API.2