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.
https://api.squareframe.store
POST
1080
for a 1080x1080 pixel output.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.