Skip to main content
POST
Fetch 3D generation result
Note:This endpoint does not generate new 3D objects; it only returns already generated or queued ones.

Request

Send a POST request to the endpoint below with to retrieve queued images this does not generate new ones.
curl

Body

json

Path Parameters

id
integer
required

The ID of the 3D generation to fetch

Body

application/json
key
string
required

Your API Key used for authenticating your request

Response

Fetch response

status
enum<string>
Available options:
success
generationTime
number

Time taken to generate the 3D model in seconds

id
integer

Unique identifier for the generation request

output
string<uri>[]

Array of URLs to the generated 3D files

Array of proxy URLs for the generated 3D files

meta
object

Metadata about the generation process and parameters used