Coorpacademy PDF API

Renders a supplied URL to PDF — used to produce downloadable certificates and reports. 1 path / 1 operation. The published spec declares no security scheme.

OpenAPI Specification

coorpacademy-pdf-openapi.json Raw ↑
{"openapi":"3.0.0","info":{"description":"API to get pdf resources","version":"1.0.0","title":"pdf API"},"servers":[{"url":"https://api.coorpacademy.com/pdf","description":"production"},{"url":"https://api-staging.coorpacademy.com/pdf","description":"staging"}],"paths":{"/":{"get":{"parameters":[{"name":"url","in":"query","required":true,"schema":{"type":"string"},"description":"The URL to process"},{"name":"filename","in":"query","required":true,"schema":{"type":"string"},"example":"filename.pdf"}],"summary":"Convert an URL to PDF","description":"","operationId":"pdfGET","responses":{"200":{"description":"A PDF file","content":{"application/pdf":{"schema":{"type":"string","format":"binary"}}}},"400":{"description":"BadRequest error","content":{"application/json":{"schema":{"type":"string"}}}}}}}}}