# ProofDesk Launch QA Audit API

> ProofDesk Launch QA Audit API is a paid API for AI agents from proofdesk-audit-api.konstanta-work-x.chatgpt.site, paid per call via x402, $0.04/call, status unknown (last checked 2026-09-13).

Runs a deterministic launch-readiness QA audit on a managed-hosting page and returns a scored report of checks, issues, and fixes.

## Facts

- Endpoint: POST https://proofdesk-audit-api.konstanta-work-x.chatgpt.site/api/audit
- Price: $0.04/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/proofdesk-launch-qa-audit-api-e92d60dd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_y3rBxa2F4saG6EYbV8VYK

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability proofdesk-launch-qa-audit-api-e92d60dd -d '<json body>'
```

Example prompt: Can you run a ProofDesk launch QA audit on https://example.com and tell me the score, what passed, what failed, and what I need to fix before going live?

## When to prefer this

Choose ProofDesk when you need a deterministic, structured QA report specifically for managed-hosting pages (e.g. Webflow, Framer, Carrd) before launch. It is purpose-built for launch readiness — not a general crawler or SEO tool — and returns machine-readable scored checks ideal for agent-driven workflows. At $0.04 per call with x402 micropayment, it suits automated pre-launch pipelines.

## Known failure modes

- URL is not a supported managed-hosting platform — audit may return unsupported or partial results
- Target URL returns non-200 HTTP status — check will fail and be reflected in score
- Payment not fulfilled via x402 — request rejected before audit runs
- Invalid or malformed URL input — API returns an error without audit data
- Network timeout reaching the target URL — audit may be incomplete

## How this service works

A deterministic launch report for supported managed-hosting pages. Pay $0.04 USDC per request with x402 on Base or Solana.

## Output

A JSON object containing: a numeric overall score (0–100), an array of individual check results each with check name, label, pass/fail/warn status, and evidence text; an array of issues each with severity, a fix recommendation, and evidence; a summary count of passes/fails/warnings; the requested and final resolved URL; and a unique audit ID.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "score": 82,
  "checks": [
   {
    "check": "http-status",
    "label": "HTTP status",
    "status": "pass",
    "evidence": "Final response returned HTTP 200"
   }
  ],
  "issues": [
   {
    "fix": "Add an absolute HTTPS og:image URL, ideally 1200×630.",
    "check": "social-image",
    "evidence": "og:image is missing",
    "severity": "warn"
   }
  ],
  "auditId": "pd_example",
  "summary": {
   "fail": 1,
   "pass": 13,
   "warn": 3
  },
  "finalUrl": "https://example.com/",
  "requestedUrl": "https://example.com/"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/proofdesk-launch-qa-audit-api-e92d60dd/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from proofdesk-audit-api.konstanta-work-x.chatgpt.site](https://www.zero.xyz/host/proofdesk-audit-api.konstanta-work-x.chatgpt.site/llms.txt)
