This API endpoint provides access to the download functionality for Project B resources. Below are the details and usage instructions for the /en/api_tools/project_b_download path.

Usage

To use this endpoint, you need to send a GET request to /en/api_tools/project_b_download. Here are the required parameters:

  • resource_id: Unique identifier for the resource to be downloaded.
  • format: Desired format of the download (e.g., pdf, docx, xlsx).

Example Request

curl -X GET "https://example.com/en/api_tools/project_b_download?resource_id=123&format=pdf"

Response

The API will respond with a status code and the requested resource, depending on the availability and access rights. If successful, you will receive the file in the specified format.

Related Resources

For more information about Project B and other API tools, visit the following links:

Project B Logo