POST

Safe no-payment x402 and agent-commerce readiness snapshot with proof links and paid review path

/v1/tate-programs/x402-readiness

Request → Response

Examples from schemas.json.

Requestapplication/json
POST /v1/tate-programs/x402-readiness
Content-Type: application/json

{}
Responseapplication/json
HTTP/1.1 200 OK
Content-Type: application/json

// Endpoint-specific body after 402 settlement

Overview

Safe no-payment x402 and agent-commerce readiness snapshot with proof links and paid review path.

Request schema

Opaque JSON body proxied to seller upstream
IMPLEMENTATION
import requests

# Step 1: POST → 402 quote, pay USDC, retry with X-Payment
r = requests.post(
    "https://api.tools402.dev/v1/tate-programs/x402-readiness",
    json={}
)
print(r.status_code, r.text[:500])

402 payment flow omitted — see Integrations for settlement.