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
URIthat can be used toPUTfileYou 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
deletejobIf the job has been
REGISTEREDor is underRENDERINGstatus, can't be deleted until it is not completed
Last updated