Skip to main content
POST

Authorizations

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

Body multipart/form-data

string<binary>[]
required
Input image files used to generate chibi-style models.Allowed array length: 1 - unbounded elements.
string
required
Configured prompt tag used by the cute-model workflow.Example: "Pixel-Style".

Response

Batch create result
boolean
required
Whether the batch request was processed successfully.
integer
required
Total number of uploaded input files.
integer
required
Number of input files queued successfully.
integer
required
Number of input files that failed to queue.
object[]
required
Successful queue results for each processed input file.
object[]
required
Failure details for input files that could not be queued.
string
required
Human-readable summary of the batch operation.