...
Create job
Endpoint - /job/{uuid} [POST]
Parameters:
- Query parameter {uuid} is a uniq unique job identifier (job UUID)
- POST should contain an array of files for processing
Response statuses:
- 201 - on success
- 500 - on error
Create job
Endpoint - /job/{uuid} [GET]
Parameters:
- Query parameter {uuid} is a uniq unique job identifier (job UUID)POST should contain an array of files for processing
Response statuses:
- 202 - if the job is not done yet
- 200 - if job is done
The response body contains zipped result of pdf converting process (content-type: application/octet-stream)