Skip to content

QuickPicResize is a free API for dynamically resizing images to specific dimensions. Easily upload images or specify image URLs along with desired width and height parameters to obtain resized images in seconds. Perfect for web development, mobile apps, and content management systems. Fast, reliable, and easy to integrate

Notifications You must be signed in to change notification settings

hyperdyn-ai/QuickPicResize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

QuickPicResize API Documentation

Introduction

QuickPicResize is a free API for dynamically resizing images to specific dimensions. This documentation provides details on how to use the API to resize images efficiently.

API Endpoints

Resize Image

Endpoint: POST /resize/api

Parameters:

  • imageFile (file): Image file to upload
  • width (integer): Desired width of the resized image
  • height (integer): Desired height of the resized image

Usage Examples

Resize Image

Resize an image with width 300px and height 200px.

Command Line:

curl -X POST -F "[email protected]" -F "width=300" -F "height=200" http://core.hyperdyn.cloud/resize/api

Response:

{
  "status": "success",
  "message": "Image resized successfully",
  "resized_image_url": "http://core.hyperdyn.cloud/resized_image.jpg"
}

Response Structure

The API returns a JSON response with the following structure:

{
  "status": "success" | "error",
  "message": "Description of the result",
  "resized_image_url": "URL of the resized image (if successful)"
}

Skandan V's Dev Card

About

QuickPicResize is a free API for dynamically resizing images to specific dimensions. Easily upload images or specify image URLs along with desired width and height parameters to obtain resized images in seconds. Perfect for web development, mobile apps, and content management systems. Fast, reliable, and easy to integrate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published