{
  "generated_at": "2026-05-11T00:56:48.476130+00:00",
  "slug": "stablestudio-io-api-generate-flux-2-pro-edit",
  "title": "Stablestudio \u00b7 Flux 2 Pro Edit",
  "url": "https://stablestudio.io/api/generate/flux-2-pro/edit",
  "category": "media",
  "summary": "Stablestudio \u00b7 Flux 2 Pro Edit \u2014 x402-protected media API. Pay $10.00 per call on base, solana. Indexed by x402all.",
  "seo": {
    "title": "Stablestudio \u00b7 Flux 2 Pro Edit \u2014 x402 media API \u00b7 $10.00 per call",
    "description": "Stablestudio \u00b7 Flux 2 Pro Edit \u2014 x402-protected media API. Pay $10.00 per call on base, solana. Indexed by x402all."
  },
  "use_cases": [],
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "expensive_outlier",
    "ratio": 125.0,
    "median_category_atomic": 80000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "verified_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x07f067959297767c887dbfa3c72379c66e82a045",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "10000000",
      "max_timeout_seconds": 300,
      "verified": true,
      "hints": {
        "input": {
          "body": {
            "type": "object",
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "required": [
              "prompt",
              "aspect_ratio",
              "resolution",
              "output_format",
              "output_quality",
              "safety_tolerance",
              "prompt_upsampling",
              "images"
            ],
            "properties": {
              "seed": {
                "type": "integer",
                "maximum": 9007199254740991,
                "minimum": -9007199254740991,
                "description": "Random seed for reproducibility"
              },
              "images": {
                "type": "array",
                "items": {
                  "type": "string",
                  "format": "uri",
                  "description": "Image URL"
                },
                "maxItems": 8,
                "minItems": 1,
                "description": "Array of image URLs to use as references for editing"
              },
              "prompt": {
                "type": "string",
                "maxLength": 10000,
                "minLength": 1,
                "description": "A detailed description of the image you want to generate"
              },
              "resolution": {
                "enum": [
                  "0.5 MP",
                  "1 MP",
                  "2 MP"
                ],
                "type": "string",
                "default": "1 MP",
                "description": "Output resolution in megapixels"
              },
              "aspect_ratio": {
                "enum": [
                  "1:1",
                  "16:9",
                  "9:16",
                  "3:2",
                  "2:3",
                  "4:5",
                  "5:4",
                  "4:3",
                  "3:4"
                ],
                "type": "string",
                "default": "1:1",
                "description": "Aspect ratio of the output image"
              },
              "output_format": {
                "enum": [
                  "webp",
                  "jpg",
                  "png"
                ],
                "type": "string",
                "default": "webp",
                "description": "Output image format"
              },
              "output_quality": {
                "type": "integer",
                "default": 80,
                "maximum": 100,
                "minimum": 0,
                "description": "Quality for JPG/WebP output (0-100)"
              },
              "safety_tolerance": {
                "type": "integer",
                "default": 2,
                "maximum": 5,
                "minimum": 1,
                "description": "Content safety strictness (1=strict, 5=permissive)"
              },
              "prompt_upsampling": {
                "type": "boolean",
                "default": false,
                "description": "Let the model enhance your prompt for more creative results"
              }
            },
            "additionalProperties": false
          },
          "type": "http",
          "method": "POST",
          "bodyType": "json"
        },
        "output": {
          "type": "json",
          "example": {}
        }
      }
    },
    {
      "scheme": "exact",
      "network": "solana",
      "pay_to": "4TfEcG8PnkiXNDVncao1s1grtTUsHaoCVGPHUj45hSjr",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "max_amount_required_atomic": "10000000",
      "max_timeout_seconds": 300,
      "verified": false,
      "hints": {
        "input": {
          "body": {
            "type": "object",
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "required": [
              "prompt",
              "aspect_ratio",
              "resolution",
              "output_format",
              "output_quality",
              "safety_tolerance",
              "prompt_upsampling",
              "images"
            ],
            "properties": {
              "seed": {
                "type": "integer",
                "maximum": 9007199254740991,
                "minimum": -9007199254740991,
                "description": "Random seed for reproducibility"
              },
              "images": {
                "type": "array",
                "items": {
                  "type": "string",
                  "format": "uri",
                  "description": "Image URL"
                },
                "maxItems": 8,
                "minItems": 1,
                "description": "Array of image URLs to use as references for editing"
              },
              "prompt": {
                "type": "string",
                "maxLength": 10000,
                "minLength": 1,
                "description": "A detailed description of the image you want to generate"
              },
              "resolution": {
                "enum": [
                  "0.5 MP",
                  "1 MP",
                  "2 MP"
                ],
                "type": "string",
                "default": "1 MP",
                "description": "Output resolution in megapixels"
              },
              "aspect_ratio": {
                "enum": [
                  "1:1",
                  "16:9",
                  "9:16",
                  "3:2",
                  "2:3",
                  "4:5",
                  "5:4",
                  "4:3",
                  "3:4"
                ],
                "type": "string",
                "default": "1:1",
                "description": "Aspect ratio of the output image"
              },
              "output_format": {
                "enum": [
                  "webp",
                  "jpg",
                  "png"
                ],
                "type": "string",
                "default": "webp",
                "description": "Output image format"
              },
              "output_quality": {
                "type": "integer",
                "default": 80,
                "maximum": 100,
                "minimum": 0,
                "description": "Quality for JPG/WebP output (0-100)"
              },
              "safety_tolerance": {
                "type": "integer",
                "default": 2,
                "maximum": 5,
                "minimum": 1,
                "description": "Content safety strictness (1=strict, 5=permissive)"
              },
              "prompt_upsampling": {
                "type": "boolean",
                "default": false,
                "description": "Let the model enhance your prompt for more creative results"
              }
            },
            "additionalProperties": false
          },
          "type": "http",
          "method": "POST",
          "bodyType": "json"
        },
        "output": {
          "type": "json",
          "example": {}
        }
      }
    }
  ],
  "origin": {
    "slug": "stablestudio-io",
    "host": "stablestudio.io",
    "url": "https://stablestudio.io",
    "favicon": "https://stablestudio.io/favicon.svg"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/stablestudio-io-api-generate-flux-2-pro-edit",
    "url": "https://x402all.com/resource/stablestudio-io-api-generate-flux-2-pro-edit",
    "name": "Stablestudio \u00b7 Flux 2 Pro Edit",
    "@type": "WebAPI",
    "offers": [
      {
        "url": "https://x402all.com/resource/stablestudio-io-api-generate-flux-2-pro-edit",
        "@type": "Offer",
        "price": "10",
        "availability": "https://schema.org/InStock",
        "priceCurrency": "USDC",
        "additionalProperty": [
          {
            "name": "paymentNetwork",
            "@type": "PropertyValue",
            "value": "base"
          },
          {
            "name": "paymentAsset",
            "@type": "PropertyValue",
            "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
          }
        ],
        "priceSpecification": {
          "@type": "UnitPriceSpecification",
          "price": "10.000000",
          "unitText": "call",
          "priceCurrency": "USDC"
        },
        "eligibleCustomerType": "Agent"
      },
      {
        "url": "https://x402all.com/resource/stablestudio-io-api-generate-flux-2-pro-edit",
        "@type": "Offer",
        "price": "10",
        "availability": "https://schema.org/InStock",
        "priceCurrency": "USDC",
        "additionalProperty": [
          {
            "name": "paymentNetwork",
            "@type": "PropertyValue",
            "value": "solana"
          },
          {
            "name": "paymentAsset",
            "@type": "PropertyValue",
            "value": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
          }
        ],
        "priceSpecification": {
          "@type": "UnitPriceSpecification",
          "price": "10.000000",
          "unitText": "call",
          "priceCurrency": "USDC"
        },
        "eligibleCustomerType": "Agent"
      }
    ],
    "sameAs": "https://stablestudio.io/api/generate/flux-2-pro/edit",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/stablestudio-io",
      "url": "https://stablestudio.io",
      "name": "stablestudio.io",
      "@type": "Organization"
    },
    "identifier": "stablestudio-io-api-generate-flux-2-pro-edit",
    "description": "Stablestudio \u00b7 Flux 2 Pro Edit \u2014 x402-protected media API. Pay $10.00 per call on base, solana. Indexed by x402all.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=stablestudio-io-api-generate-flux-2-pro-edit",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "media"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=stablestudio-io-api-generate-flux-2-pro-edit",
  "callability": {
    "status": "unknown",
    "schema_callability": 0.186,
    "source": "provider_well_known",
    "source_confidence": 0.95,
    "match_confidence": 0.4,
    "schema_confidence": 0.0,
    "validated_at": "2026-05-10T23:30:11.179902+00:00",
    "warnings": []
  },
  "contract": {
    "route_template": "https://stablestudio.io/api/generate/flux-2-pro/edit",
    "examples": [],
    "schema_presence": {
      "path_schema": "unknown",
      "query_schema": "unknown",
      "header_schema": "unknown",
      "request_body_schema": "unknown",
      "response_schema": "unknown"
    },
    "contract_hash": "24866e692e995ab67331f8810e2034702b0fad472caf1745fd4ef23172239d52"
  }
}