Skip to main content
POST

Authorizations

string
default:"Bearer ${YOUR_API_KEY}"
required
Use the bearer token provided through the Neural4D website.

Body application/json

string
required
Unique job or model identifier returned by a previous create endpoint.Example: "f47ac10b-58cc-4372-a567-0e02b2c3d479".

Response

Model retrieval result
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.
string
required
Retrieval status message.
string<uri> | null
Download URL for the generated model when available.
string<uri> | null
Preview image URL for the generated model when available.
string | null
Prompt content associated with the generated model.
string<date-time> | null
Model creation timestamp.
string | null
Source page marker returned by the service.