PHP Image CDN

Upload Image

Drag & drop image here or click to select

Upload from URL

Upload Result

Test Existing Image

If you have already uploaded an image, you can test it here:

Example: freepik__enhance__63208.jpeg

API Documentation

Upload Image

POST /upload
Content-Type: multipart/form-data
Form field: image

Upload from URL

POST /upload-url
Content-Type: application/json
Body: {"url": "https://example.com/image.jpg"}

Access Image

GET /image/{filename}?w=500&q=80

Parameters: