POST
向https://stablediffusionapi.com/api/v3/base64_crop端点发送请求。笔记 确保您以base64格式传递图像。
curl --location --request POST 'https://stablediffusionapi.com/api/v3/base64_crop' \
--header 'Content-Type: application/json' \
--data-raw '{
"key": "",
"image": "data:image/png;base64,your_base_64_string",
"crop": "true"
}'
{
"status": "string",
"messege": "string",
"link": "string"
}