This method allows you to check the progress of your submitted request.
This gets the status for one job, via a URL query parameter called ID.
Example JSON
{
"code":"200",
"message":"rendering"
}
{
"code":"200",
"message":"finished"
}
No job with the ID $jobId was found. If the job completed a long time ago it's status may have been removed
Token is missing. User didn’t include token when sending request to API.
Token is not valid. Users used a token we can’t recognise.
$error message from API that caused the output generation to fail.