Skip to main content
POST
/
api
/
v3
/
image-background-remover
image-background-remover (submit task)
curl --request POST \
  --url https://api.example.com/api/v3/image-background-remover
Gptproto’s GPTProto format for the submit task API.
curl -X POST "https://gptproto.com/api/v3/gptproto/image-background-remover" \
  -H "Authorization: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "image": "The URL of the image to generate an image from.",
  "enable_base64_output": false,
  "enable_sync_mode": false
}'
{
  "error": {
    "message": "Invalid signature",
    "type": "401"
  }
}

Parameters

ParameterTypeRequiredDefaultDescription
imagestring✅ YesThe URL of the image to generate an image from.Image parameter
enable_base64_outputboolean❌ NofalseEnable Base64 Output parameter
enable_sync_modeboolean❌ NofalseEnable Sync Mode parameter