Skip to main content
POST
Generate model with image

Authorizations

Authorization
string
header
default:YOUR_TOKEN
required

Use the bearer token provided through the Neural4D website.

Body

multipart/form-data
image
file
required

Input image file. Recommended formats are JPG, JPEG, PNG, and WEBP under 10 MB.

modelCount
integer
default:4

Number of models to generate.

Required range: x >= 1
disablePbr
enum<integer>
default:0

PBR toggle. Use 0 to enable PBR and 1 to disable it.

Available options:
0,
1

Response

200 - application/json

Generation job accepted

type
string
required

Response source or type marker.

Example:

"sys"

message
string
required

Generation status message.

uuids
string[]
required

UUIDs that can be used to retrieve the generated models.

uploadedImageUrl
string<uri>
required

Signed download URL for the uploaded source image.