API Reference
Log In
API Reference

Add input chunks

This endpoint adds new input chunks to an open job.

Large input items may exceed the system’s inference capacity and fail. You can add large inputs in smaller chunks to avoid this. Once all input chunks are added, close the job to trigger the job lifecycle workflow.

👍

Roles

Data Scientists, and Developers can access this route.

Path Params
string
required

The job’s identifier.

string
required

The input item’s name set in the job request.

string
required

The model’s input name.

Body Params
file
required

A file type key with an input file value.

Responses

Language
Credentials
Request
Choose an example:
application/json