GET
Retrieve an image
Return metadata for a single image by its public-id.
The image must be owned by the API key making the request. Soft-deleted images return 404.
GET
/v1/images/{publicId}Authentication
Send your API key as a Bearer token.
Path parameters
| Field | Type | Description |
|---|---|---|
| publicId | string | Public identifier returned at upload time. |
Returns
Schema unavailable for response.
Errors
| Status | Description |
|---|---|
| 401 | Missing or invalid API key. |
| 404 | Image not found or not owned by this key. |
| 429 | Rate limit exceeded. |