API Reference
File upload
GET
 /api/upload
Jobs
POST
 /api/job
GET
 /api/job/:id
Application
GET
 /api/application
Job status
Every job has a status respresenting its current state:
| Status | Description | 
|---|---|
| QUEUED | Awaiting to start | 
| STARTED | Processing has started | 
| SUCCEEDED | Everything has completed and the resulst are ready | 
| FAILED | There was an error processing your media |