Loading
Loading
Download a processed PDF file from the APIFreaks workspace using its resource ID. Retrieve the final output after any PDF operation.
Use this endpoint to download a file or ZIP archive from the server by providing its resource ID.
Pass your API key as the apiKey parameter in every request.
This is version v1.0 of the API.
The following parameter is required.
resource_idrequiredStringThe unique identifier of the file or ZIP archive to download.
A successful request returns the file as a binary stream (200 OK).
Content-TypeMIME type of the file. Example: application/pdf or application/zip.
Content-DispositionIndicates file is an attachment. Example: attachment; filename="file.pdf"
Content-LengthSize of the file in bytes.
See the HTTP Status Codes documentation for a complete reference of common API errors and HTTP status codes.
Please provide a valid resource ID.