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 to PUT file

  • You 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 job

  • If the job has been REGISTERED or is under RENDERING status, can't be deleted until it is not completed

Last updated