GET
Read & transform
Deliver a stored image and transform it on the fly via query parameters.
media.fastpic.pro/{publicId} returns the original image. Append width, height, quality, format, and fit query parameters to resize or convert it. No authentication is required for public images.
GET
https://media.fastpic.pro/{publicId}Path parameters
| Field | Type | Description |
|---|---|---|
| publicId | string | Public identifier returned at upload time. |
Query parameters
| Field | Type | Description |
|---|---|---|
| w | integer | Width in pixels (1-2000). |
| h | integer | Height in pixels (1-2000). |
| q | integer | JPEG/WebP quality (1-100). Defaults to 85. |
| fmt | enum | Output format. One of: auto, webp, jpeg, png, avif. Default auto picks based on Accept header. |
| fit | enum | Fit mode. One of: cover, contain, inside, outside. Defaults to cover. |