Retrieve Image Information
Retrieves information about a specific photo including its image URL, photo ID, and other details.
Endpoint
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
| string | Yes | The identifier of the selected image. |
Temporary File Access
When retrieving a file, a temporary URL will be generated, allowing access to the file for a limited time (1 hour). The image_url
field in the response will contain a signed URL with a short-lived token, enabling secure and temporary access to the file.
Note: The temporary URL will expire after 1 hour, and any attempts to access the file after that time will result in a 403 error.
Request Example
Response
Upon successful retrieval, the API returns the following response:
Last updated