{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "basepost-vercel-app-api-upload",
  "title": "BasePost \u00b7 Decentralized Article Upload",
  "url": "https://basepost.vercel.app/api/upload",
  "category": "tools",
  "summary": "Upload articles to BasePost decentralized news platform with automatic slug generation and x402 monetization.",
  "seo": {
    "title": "BasePost Article Upload API | Decentralized Publishing | x402",
    "description": "Upload articles to decentralized news platform with x402 monetization. 0.1 USDC per upload on Base. Wallet-authenticated publishing with URL slug generation."
  },
  "use_cases": [
    "Publish content to decentralized news platform",
    "Monetize articles through x402 micropayments",
    "Generate SEO-friendly URL slugs automatically"
  ],
  "ideal_buyer": "Content creators and AI agents publishing to decentralized platforms with built-in monetization on Base.",
  "example_prompt": "Upload this article to BasePost with the title 'DeFi Trends 2024'",
  "example_request_body": {
    "title": "DeFi Trends 2024",
    "author": "0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb",
    "content": "Article content here..."
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "expensive",
    "ratio": 5,
    "median_category_atomic": 20000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0xac391ce9c37516c1b53168328728f2a153799f6e",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "100000",
      "max_timeout_seconds": 300,
      "mime_type": "application/json",
      "description": "Upload an article to BasePost - A decentralized news platform where authors can publish and monetize content using x402 payments",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "POST",
          "bodyType": "form-data",
          "bodyFields": {
            "body": {
              "type": "string",
              "required": true,
              "description": "The full article content in markdown format"
            },
            "image": {
              "type": "file",
              "description": "Optional cover image for the article"
            },
            "title": {
              "type": "string",
              "required": true,
              "description": "The title of the article"
            },
            "teaser": {
              "type": "string",
              "required": true,
              "description": "A short teaser/preview of the article (shown before purchase)"
            },
            "imageUrl": {
              "type": "string",
              "description": "Optional URL to an existing cover image (used if image file not provided)"
            },
            "priceUsd": {
              "type": "string",
              "required": true,
              "description": "The price to access this article (format: $0.10)"
            },
            "authorAddress": {
              "type": "string",
              "required": true,
              "description": "The Ethereum/Base address of the article author (receives payments)"
            }
          },
          "discoverable": true
        },
        "output": {
          "type": "object",
          "required": [
            "success",
            "slug",
            "message"
          ],
          "properties": {
            "slug": {
              "type": "string",
              "description": "The generated URL slug for the article (derived from title)"
            },
            "message": {
              "type": "string",
              "description": "Success message confirming upload"
            },
            "success": {
              "type": "boolean",
              "description": "Whether the upload was successful"
            }
          }
        }
      }
    }
  ],
  "origin": {
    "slug": "basepost-vercel-app",
    "host": "basepost.vercel.app",
    "url": "https://basepost.vercel.app",
    "favicon": "https://basepost.vercel.app/basePost.png"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/basepost-vercel-app-api-upload",
    "url": "https://x402all.com/resource/basepost-vercel-app-api-upload",
    "name": "BasePost \u00b7 Decentralized Article Upload",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/basepost-vercel-app-api-upload",
      "@type": "Offer",
      "price": "0.1",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.100000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    "sameAs": "https://basepost.vercel.app/api/upload",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/basepost-vercel-app",
      "url": "https://basepost.vercel.app",
      "name": "basepost.vercel.app",
      "@type": "Organization"
    },
    "identifier": "basepost-vercel-app-api-upload",
    "description": "Upload articles to decentralized news platform with x402 monetization. 0.1 USDC per upload on Base. Wallet-authenticated publishing with URL slug generation.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=basepost-vercel-app-api-upload",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "tools"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=basepost-vercel-app-api-upload"
}
