Skip to main content
POST
Retrieve model

Authorizations

Authorization
string
header
default:YOUR_TOKEN
required

Use the bearer token provided through the Neural4D website.

Body

application/json
uuid
string
required

Unique job or model identifier returned by a previous create endpoint.

Example:

"f47ac10b-58cc-4372-a567-0e02b2c3d479"

Response

200 - application/json

Model retrieval result

codeStatus
enum<integer>
required

Result status. 0 means completed, 1 means generating, -1 means the token is invalid or expired, -2 means the UUID does not exist, and -3 means generation failed.

Available options:
-3,
-2,
-1,
0,
1
message
string
required

Retrieval status message.

modelUrl
string<uri> | null

Download URL for the generated model when available.

imageUrl
string<uri> | null

Preview image URL for the generated model when available.

prompts
string | null

Prompt content associated with the generated model.

createdAt
string<date-time> | null

Model creation timestamp.

sourcePage
string | null

Source page marker returned by the legacy service.