Ask services
Before we continue, we must know some services that can be "ask" for API calls
These services includes:
Service
Description
new_job
Will create a new job
URI
.Response will be a
URI
that can be used toPUT
fileYou can't apply for a new job if you already have created a job but didn't submit
submit_job
Once your file is successfully uploaded, you can ask for submit job for rendering
status
Can be used to see the status of job
result
Can be used to get URL
to download result
delete
used to
delete
jobIf the job has been
REGISTERED
or is underRENDERING
status, can't be deleted until it is not completed
Last updated