This API endpoint provides a way to download resources from our server. You can use this endpoint to fetch files, documents, or any other resources we offer.

Usage

To download a resource, make a GET request to /api/resource-download with the necessary parameters.

  • Parameters:
    • resource_id: The unique identifier for the resource you want to download.
    • format: (optional) The format of the resource, e.g., pdf, docx, xlsx.

Example Request

GET /api/resource-download?resource_id=12345&format=pdf

Response

The server will respond with a file in the requested format. If the request is successful, the response status code will be 200.

Additional Information

For more information about our API, visit our API Documentation.