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).
fileThe downloaded file in binary format (PDF or ZIP archive).
The API uses standard HTTP status codes to indicate the success or failure of requests. For common status codes like 429 (Too Many Requests), refer to the general API documentation.
Please provide a valid resource ID.