{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "urlgate-xyz-api-urlgate-agent-create",
  "title": "URLGate \u00b7 AI agent link creation",
  "url": "https://urlgate.xyz/api/urlgate/agent/create",
  "category": "tools",
  "summary": "Create a shortened URL with paywall capabilities, specifying the destination and receiving wallet for payments.",
  "seo": {
    "title": "URL Shortener API \u2014 AI Agent Link Creation via x402",
    "description": "Create monetized shortened URLs via AI agent. 0.01 USDC per link on Base. x402 payment proof required."
  },
  "use_cases": [
    "Generate monetized links for content sharing",
    "Create paywalled URLs for premium resources",
    "Build link-based revenue streams for agents"
  ],
  "ideal_buyer": "Content creators, agents, and developers needing monetized URL shortening with built-in payment gating.",
  "example_prompt": "Create a URLGate link to https://example.com/report.pdf that pays to 0x1234...",
  "example_request_body": {
    "destination": "https://example.com/report.pdf",
    "creatorWallet": "0x1234..."
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "normal",
    "ratio": 1,
    "median_category_atomic": 10000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x4118c54203fb469bf0b4a2d5f1c98922757c3221",
      "asset": "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
      "max_amount_required_atomic": "10000",
      "max_timeout_seconds": 60,
      "mime_type": "application/json",
      "description": "Create your own URLGate shortened link via AI agent (0.01 USDC)",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "POST",
          "bodyType": "json",
          "bodyFields": {
            "url": {
              "type": "string",
              "required": true,
              "description": "The destination URL to shorten (must be valid HTTP/HTTPS URL)"
            },
            "price": {
              "type": "string",
              "required": true,
              "description": "Price in USDC to charge for accessing this link (e.g., '0.05')"
            },
            "wallet": {
              "type": "string",
              "required": true,
              "description": "Creator's Ethereum/Base wallet address that will receive payments when people access this link (NOT the wallet paying for creation)"
            },
            "shortcode": {
              "type": "string",
              "required": false,
              "description": "Custom shortcode (3-20 chars, alphanumeric). Auto-generated if not provided."
            }
          },
          "headerFields": {
            "Content-Type": {
              "type": "string",
              "required": true,
              "description": "Must be application/json"
            },
            "Authorization": {
              "type": "string",
              "required": true,
              "description": "x402 payment proof in format: x402 <transaction_hash>"
            }
          }
        },
        "output": {
          "type": "object",
          "properties": {
            "price": {
              "type": "string",
              "description": "Price to access this link"
            },
            "success": {
              "type": "boolean",
              "description": "Whether link creation succeeded"
            },
            "shortUrl": {
              "type": "string",
              "description": "The complete short URL"
            },
            "shortcode": {
              "type": "string",
              "description": "The generated or custom shortcode"
            },
            "feeBreakdown": {
              "type": "object",
              "description": "Fee structure (3% service fee, 97% to creator)"
            },
            "creatorWallet": {
              "type": "string",
              "description": "Wallet that will receive payments"
            },
            "destinationUrl": {
              "type": "string",
              "description": "The destination URL"
            }
          }
        }
      }
    }
  ],
  "origin": {
    "slug": "urlgate-xyz",
    "host": "urlgate.xyz",
    "title": "URLGate - x402 Enabled Paywall URL Link Shortener",
    "url": "https://urlgate.xyz"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/urlgate-xyz-api-urlgate-agent-create",
    "url": "https://x402all.com/resource/urlgate-xyz-api-urlgate-agent-create",
    "name": "URLGate \u00b7 AI agent link creation",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/urlgate-xyz-api-urlgate-agent-create",
      "@type": "Offer",
      "price": "0.01",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.010000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913"
        }
      ]
    },
    "sameAs": "https://urlgate.xyz/api/urlgate/agent/create",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/urlgate-xyz",
      "url": "https://urlgate.xyz",
      "name": "URLGate - x402 Enabled Paywall URL Link Shortener",
      "@type": "Organization"
    },
    "identifier": "urlgate-xyz-api-urlgate-agent-create",
    "description": "Create monetized shortened URLs via AI agent. 0.01 USDC per link on Base. x402 payment proof required.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=urlgate-xyz-api-urlgate-agent-create",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "tools"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=urlgate-xyz-api-urlgate-agent-create"
}
