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

Job progress result
enum<integer>
required
Progress query status. 0 means valid, -1 means the job does not exist, and -2 means the query is invalid.Available options: -2, -1, 0.
string
required
Human-readable job progress query result.
string | null
Current job progress percentage returned by the service.