请求头
枚举值:
application/jsonBearer 身份验证格式,例如:Bearer {{API 密钥}}。
请求体
额外参数
图片二进制的 base64 内容,图片长和宽均不超过 1024 像素,文件最大不超过 30 Mb。
响应参数
图片结果的 Base64 编码内容。
图片格式枚举值:
png, webp, jpegcurl --request POST \
--url https://api.ppinfra.com/v3/remove-text \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '{
"extra": {
"response_image_type": "<string>"
},
"image_file": "<string>"
}'{
"image_file": "<string>",
"image_type": "<string>"
}curl --request POST \
--url https://api.ppinfra.com/v3/remove-text \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '{
"extra": {
"response_image_type": "<string>"
},
"image_file": "<string>"
}'{
"image_file": "<string>",
"image_type": "<string>"
}application/jsonpng, webp, jpeg