Upload Base64 Image and Crop it

This endpoint helps to upload base64 image and crop it


--request POST 'https://stablediffusionapi.com/api/v3/base64_crop' \

Make a POST request to https://stablediffusionapi.com/api/v3/base64_crop endpoint and pass all appropriate parameters. The image parameter accepts image only in base64.

Request Body

Body Raw
{
 "key": "",
 "image": "data:image/png;base64,your_base_64_string",
 "crop": "true"
}