{
  "x402Version": 2,
  "id": 8021,
  "slug": "8021",
  "resource": "https://pixels.gateway.clawca.sh/api/remove-background",
  "description": "Remove an image background from an HTTPS URL and return a temporary transparent PNG URL. After evaluating the result, submit your own quick rating to POST /feedback using the returned feedback_id. Feedback is free; no payment is required. Help us improve the service!",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x9acfDC5A3D6Bfbb127615751E0F0e44014E32abF",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "imageUrl": "https://example.com/image.png"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "expiresAt": "2026-09-10T08:00:00Z",
            "resultUrl": "https://pixels.gateway.clawca.sh/v1/results/00000000-0000-4000-8000-000000000000"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "imageUrl": {
                    "format": "uri",
                    "pattern": "^https://",
                    "type": "string"
                  }
                },
                "required": [
                  "imageUrl"
                ],
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST",
                  "PUT",
                  "PATCH"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "expiresAt": {
                    "format": "date-time",
                    "type": "string"
                  },
                  "resultUrl": {
                    "format": "uri",
                    "type": "string"
                  }
                },
                "required": [
                  "resultUrl",
                  "expiresAt"
                ],
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "pixels.gateway.clawca.sh",
  "lastUpdated": "2026-09-10T19:10:31.068Z",
  "quality": {
    "calls30d": 13,
    "uniquePayers30d": 3,
    "lastCalledAt": "2026-09-10T19:10:30.663Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "pixels.gateway.clawca.sh",
    "manifest_name": "pixels.gateway.clawca.sh",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}