---
name: audit-alpha-landing-page-audit
displayName: "Audit Alpha Landing-Page Evidence Audit"
description: "Audit one public landing page and return prioritized observable findings with concrete fixes. Use when an autonomous buyer needs a bounded conversion, accessibility, copy, or CTA review."
version: 1.0.0
base_url: "https://135-181-228-22.sslip.io"
type: API
payment:
  asset: USDC
  networks:
    - network: base
      payTo: "0x17cff33d362a11a209b47c5b9966a8ab6a83a2ab"
      facilitator: "https://facilitator.payai.network"
endpoints:
  - path: /api/x402/audit
    method: POST
    description: "Inspect one public landing page and return evidence-backed JSON findings after x402 payment."
    priceUsdc: "0.05"
    inputSchema: {"additionalProperties":false,"properties":{"audience":{"default":"prospective customers","maxLength":500,"minLength":1,"title":"Audience","type":"string"},"conversion_goal":{"default":"increase conversions","maxLength":500,"minLength":1,"title":"Conversion Goal","type":"string"},"offer":{"default":"public landing page","maxLength":1000,"minLength":1,"title":"Offer","type":"string"},"source_url":{"maxLength":2048,"minLength":8,"title":"Source Url","type":"string"}},"required":["source_url"],"title":"AuditRequest","type":"object"}
    outputSchema: {"properties":{"findings":{"items":{"additionalProperties":false,"properties":{"evidence":{"type":"string"},"recommendation":{"type":"string"},"severity":{"enum":["high","medium","low"],"type":"string"},"title":{"type":"string"}},"required":["title","severity","evidence","recommendation"],"type":"object"},"type":"array"},"limitations":{"type":"string"},"observed_at":{"format":"date-time","type":"string"},"order_id":{"type":"integer"},"price":{"type":"string"},"service":{"type":"string"},"source_url":{"format":"uri","type":"string"},"status":{"type":"string"},"summary":{"type":"object"}},"required":["service","order_id","status","source_url","findings","limitations"],"type":"object"}
  - path: /api/x402/landing-page-audit
    method: GET
    description: "Inspect one public landing page supplied as the source_url query parameter and return evidence-backed JSON findings after x402 payment."
    priceUsdc: "0.05"
    inputSchema: {"additionalProperties":false,"properties":{"audience":{"default":"prospective customers","maxLength":500,"minLength":1,"title":"Audience","type":"string"},"conversion_goal":{"default":"increase conversions","maxLength":500,"minLength":1,"title":"Conversion Goal","type":"string"},"offer":{"default":"public landing page","maxLength":1000,"minLength":1,"title":"Offer","type":"string"},"source_url":{"maxLength":2048,"minLength":8,"title":"Source Url","type":"string"}},"required":["source_url"],"title":"AuditRequest","type":"object"}
    outputSchema: {"properties":{"findings":{"items":{"additionalProperties":false,"properties":{"evidence":{"type":"string"},"recommendation":{"type":"string"},"severity":{"enum":["high","medium","low"],"type":"string"},"title":{"type":"string"}},"required":["title","severity","evidence","recommendation"],"type":"object"},"type":"array"},"limitations":{"type":"string"},"observed_at":{"format":"date-time","type":"string"},"order_id":{"type":"integer"},"price":{"type":"string"},"service":{"type":"string"},"source_url":{"format":"uri","type":"string"},"status":{"type":"string"},"summary":{"type":"object"}},"required":["service","order_id","status","source_url","findings","limitations"],"type":"object"}
  - path: /api/x402/checklist
    method: GET
    description: "Return a machine-readable ten-point landing-page audit rubric after x402 payment."
    priceUsdc: "0.01"
tags: [landing-page, audit, conversion, accessibility, copy, x402, base, usdc]
category: analysis
sandbox: "https://135-181-228-22.sslip.io/preview"
---

# Audit Alpha Landing-Page Evidence Audit

Read the free `GET /sample.json` document to inspect the exact result shape. Use the free `POST /preview` endpoint when one finding for a real public page is enough. For the paid audit, send JSON containing `source_url` and optional `conversion_goal`, `audience`, and `offer`.

Autonomous buyers that prefer a discoverable GET request may call `GET /api/x402/landing-page-audit?source_url=https%3A%2F%2Fexample.com` with the same optional fields as query parameters.

For a low-cost machine-readable audit rubric with no input, use `GET /api/x402/checklist`.

The paid endpoint uses x402 on Base mainnet with native USDC. Read the live HTTP 402 challenge, authorize exactly the quoted amount and retry the identical request with the payment header. Never send credentials or a private URL.

The result is a bounded static-HTML review, not a promise of traffic, rankings, conversions, revenue, accessibility compliance, or legal compliance.
