get_resource_download_formats
Download resources in specific formats by providing the resource ID and desired format, ensuring precise access to files such as images, PSDs, or vectors.
Instructions
Retrieve a resource by specifying both the resource ID and the format. This endpoint allows for precise downloading of resources in the desired format.
Path Parameters:
- resource-id (Required): Photo, video or PSD resource ID
- resource-format (Required): Resource format
Responses:
- 200 (Success): OK
- Content-Type:
application/json
- Response Properties:
- Example:
- Content-Type:
- 400: Bad Request - The server could not understand the request due to invalid syntax.
- Content-Type:
application/json
- Response Properties:
- Example:
- Content-Type:
- 401: Unauthorized - The client must authenticate itself to get the requested response.
- Content-Type:
application/json
- Response Properties:
- Example:
- Content-Type:
- 403: Forbidden - The client does not have permission to access the requested resource.
- Content-Type:
application/json
- Response Properties:
- Example:
- Content-Type:
- 404: Not Found - The server can not find the requested resource.
- Content-Type:
application/json
- Response Properties:
- Example:
- Content-Type:
- 429: Too Many Requests - The client has sent too many requests in a given amount of time.
- Content-Type:
application/json
- Response Properties:
- Example:
- Content-Type:
- 500: Internal Server Error - The server has encountered a situation it doesn't know how to handle.
- Content-Type:
application/json
- Response Properties:
- Example:
- Content-Type:
Input Schema
Name | Required | Description | Default |
---|---|---|---|
resource-format | Yes | Resource format | |
resource-id | Yes | Photo, video or PSD resource ID |