Page tree
Skip to end of metadata
Go to start of metadata

pdfconverter is a trannslate5 service for merging, optimizing, and converting pdf files to HTML.


EndpointMethod

Description

/job/{uuid}
POSTCreate new job
/job/{uuid}
GETRead job

Create job

Endpoint - /job/{uuid} [POST]

Parameters:

  • Query parameter {uuid} is a 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 unique job identifier (job UUID)

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)

  • No labels