How to Use the SquareFrame API for Image Resizing

The SquareFrame API is designed to help users quickly resize images to a 1080x1080 format, ideal for platforms like Instagram. Here's a simple guide on how to interact with the API.

API Endpoint:

https://api.squareframe.store

Method:

POST

Parameters:

Example Request:

To send a request, use the following example in cURL:

curl -X POST https://api.squareframe.store \
-F "image"="image.jpg" \
-F "size"="1080" \
    

Once the request is processed, the resized image will be returned, perfectly formatted for use on social media.

This API is efficient and straightforward, enabling quick image resizing without additional software.

Home API Blog