Skip to main content
POST
Generate chibi-style model with image

Authorizations

Authorization
string
header
default:YOUR_TOKEN
required

Use the bearer token provided through the Neural4D website.

Body

multipart/form-data
images
file[]
required

Input image files used to generate chibi-style models.

Minimum array length: 1
styleType
string
required

Configured prompt tag used by the cute-model workflow.

Example:

"Pixel-Style"

Response

200 - application/json

Batch create result

success
boolean
required

Whether the batch request was processed successfully.

totalFiles
integer
required

Total number of uploaded input files.

successCount
integer
required

Number of input files queued successfully.

failureCount
integer
required

Number of input files that failed to queue.

results
object[]
required

Successful queue results for each processed input file.

failures
object[]
required

Failure details for input files that could not be queued.

message
string
required

Human-readable summary of the batch operation.