GET
Отримати зображення
Повертає метадані одного зображення за його public-id.
Зображення має належати API-ключу, від імені якого виконується запит. Видалені (soft-deleted) зображення повертають 404.
GET
/v1/images/{publicId}Authentication
Передайте API-ключ як Bearer-токен.
Path-параметри
| Field | Type | Description |
|---|---|---|
| publicId | string | Public identifier returned at upload time. |
Відповідь
Schema unavailable for response.
Помилки
| Status | Description |
|---|---|
| 401 | Missing or invalid API key. |
| 404 | Image not found or not owned by this key. |
| 429 | Rate limit exceeded. |