POSTREADY / ONLINEFREE
Dynamic Image Resizer
Ubah ukuran resolusi lebar (width) dan tinggi (height) gambar Anda secara proporsional atau fit-crop.
ENDPOINT:/api/image/resize
Endpoint Overview
MethodPOST
Path/api/image/resize
AccessFree Tier / API Key
Total Usage640.150 requests
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| image_url | string | Yes | Tautan URL langsung gambar. |
| width | number | Yes | Lebar gambar baru dalam pixel. |
| height | number | Yes | Tinggi gambar baru dalam pixel. |
Response Example
application/json200 OK
{
"status": true,
"result": "https://api.lcode.dev/storage/resized-image.jpg"
}