{
  "format": "delx/intent-card/v1",
  "id": "generate-image-hq-api",
  "intent": "Pro Image for Agents for an agent workflow",
  "title": "Pro Image for Agents API for agents",
  "description": "Pro-grade FLUX 1.1 Pro images for agents at $0.06 USDC. Call when the $0.01 draft is not good enough to ship—hero stills, campaign creatives, product shots, and brand-facing assets with sharper detail and stronger prompt adherence. Public WebP URL + SHA-256 via x402 on Base; no API key, no subscription.",
  "keywords": [
    "Pro Image for Agents API",
    "Pro Image for Agents for agents",
    "pay per result API",
    "x402 API",
    "no API key"
  ],
  "updated_at": "2026-08-06",
  "canonical_url": "https://commerce.delx.ai/intents/generate-image-hq-api",
  "machine_url": "https://commerce.delx.ai/intents/generate-image-hq-api.json",
  "recommendation": {
    "tool_name": "generate_image_hq",
    "service_name": "Pro Image for Agents",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/image-hq",
    "price_usdc": "0.06",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "prompt": {
          "type": "string",
          "minLength": 1,
          "maxLength": 2000,
          "description": "Text description of the image to generate."
        },
        "aspect_ratio": {
          "type": "string",
          "enum": [
            "1:1",
            "16:9",
            "21:9",
            "3:2",
            "2:3",
            "4:5",
            "5:4",
            "3:4",
            "4:3",
            "9:16",
            "9:21"
          ],
          "default": "1:1"
        },
        "quality_profile": {
          "type": "string",
          "enum": [
            "balanced",
            "raw"
          ],
          "default": "balanced",
          "description": "balanced applies versioned anti-artifact quality guidance; raw forwards the prompt unchanged."
        }
      },
      "required": [
        "prompt"
      ],
      "additionalProperties": false
    },
    "example_input": {
      "prompt": "Campaign-ready product hero of a ceramic mug on linen, soft window light, no text",
      "aspect_ratio": "1:1",
      "quality_profile": "balanced"
    },
    "example_output": {
      "generation_id": "hq-sample-generation-id",
      "image_url": "https://api.delx.ai/api/v1/generated-images/d61c158acd974528be6af43a3bfac50f.webp",
      "model": "black-forest-labs/flux-1.1-pro",
      "provider": "replicate",
      "aspect_ratio": "1:1",
      "quality_profile": "balanced",
      "tier": "hq",
      "prompt_policy_version": "balanced/v1",
      "media_type": "image/webp",
      "width": 1024,
      "height": 1024,
      "bytes": 120000,
      "sha256": "b1fee3065c234364feb056ee4ad06f135c0d30039eaff0e92e52e371e884cb29",
      "sale_price_usdc": 0.06
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/image-hq -m POST -H 'x-delx-source: intent-card-generate-image-hq-api' --max-amount 0.06 -b '{\"prompt\":\"Campaign-ready product hero of a ceramic mug on linen, soft window light, no text\",\"aspect_ratio\":\"1:1\",\"quality_profile\":\"balanced\"}'",
      "max_amount_usdc": "0.06"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-generate-image-hq-api"
  },
  "evidence": {
    "paid_openapi": "https://api.delx.ai/openapi.x402.json",
    "governed_portfolio": "https://api.delx.ai/x402-portfolio.json",
    "live_contract": "https://api.delx.ai/api/v1/x402/image-hq"
  }
}
