Back to catalog
📷

Generate Image Thumbnails API

API Key

Generate and optimise Image Thumbnails from any image with this API and save hours of image editing

📷PhotographyHTTPSCORS enabled

Generate Image Thumbnails API

Photography — On-the-fly Image Resizing

Original UrlHttps://example.com/photos/landscape.jpg
Thumbnail UrlHttps://cdn.thumbnails.io/t/300x200/landscape.jpg
Width300
Height200
File Size Kb18

Sample Response

response.json
1{
2 "original_url": "https://example.com/photos/landscape.jpg",
3 "thumbnail_url": "https://cdn.thumbnails.io/t/300x200/landscape.jpg",
4 "width": 300,
5 "height": 200,
6 "file_size_kb": 18
7}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://apyhub.com/utility/image-processor-thumbnail" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_API_KEY"
View Documentation

Similar APIs