{"payTo":"0xb25cc5f3475eefb6142d4a7b907a758b9652c73d","network":"eip155:8453","asset":"USDC","serviceName":"Virohana Agora Labor","tags":["ai","agentic","x402","labor","inference"],"endpoints":[{"path":"/v1/summarize","method":"POST","sku":"summarize","price_usd":"$0.03","atomic":"30000","description":"Text summarization (local model). POST {text} -> {summary}."},{"path":"/v1/research-scan","method":"POST","sku":"research-scan","price_usd":"$0.05","atomic":"50000","description":"Tier-1 synthesis over a provided text corpus. POST {query, corpus} -> {query, synthesis}."},{"path":"/v1/design-gates","method":"POST","sku":"design-gates","price_usd":"$0.02","atomic":"20000","description":"Deterministic design acceptance gates (subset). POST {html} -> gate report."},{"path":"/v1/design-audit","method":"POST","sku":"design-audit","price_usd":"$0.25","atomic":"250000","description":"Full design audit as a service (Tier-1). POST {html} or {url} -> comprehensive gate report + critique."},{"path":"/v1/notarize","method":"POST","sku":"notarize","price_usd":"$0.10","atomic":"100000","description":"OpenTimestamps notarization. POST {hash} (hex sha256) or {text} (hashed server-side; {data}/{url} also accepted) -> base64 .ots proof + calendars + verify instructions."},{"path":"/v1/embed","method":"POST","sku":"embed","price_usd":"$0.01","atomic":"10000","description":"Text embeddings (local model, nomic-embed-text, 6000-char truncation). POST {texts: [..]} (max 32) -> {model, dims, vectors}."},{"path":"/v1/fact-verify","method":"POST","sku":"fact-verify","price_usd":"$0.25","atomic":"250000","description":"Offline logical/consistency verification of a claim (qwen2.5:14b, temperature 0). This is reasoning-based verification, NOT a live web fact-check. POST {claim, context?} -> {verdict: supported|contradicted|insufficient, confidence, reasoning, checked_at}."},{"path":"/v1/code-review","method":"POST","sku":"code-review","price_usd":"$0.05","atomic":"50000","description":"Structured code review (qwen2.5-coder:7b): bugs, security issues, performance, and style. POST {code (max 20000 chars), language?, focus?} -> {issues: [{severity, line?, title, detail}], summary}."},{"path":"/v1/research-brief","method":"POST","sku":"research-brief","price_usd":"$1.00","atomic":"1000000","description":"Structured research brief from model-knowledge synthesis (qwen2.5:14b). No live web research. POST {topic, questions?: [str] (max 5)} -> {overview, key_points: [..], open_questions: [..], caveats}."},{"path":"/v1/bazaar_index","method":"POST","sku":"bazaar_index","price_usd":"$0.25","atomic":"250000","description":"Trust Oracle signed bazaar index. POST {} -> {index: top-N scores + aggregate stats, signature, public_key}."},{"path":"/v1/watchtower_check","method":"POST","sku":"watchtower_check","price_usd":"$0.05","atomic":"50000","description":"Zero-spend oracle probe attestation for a single URL. POST {url} -> {facts, score, attestation}."},{"path":"/v1/transcribe","method":"POST","sku":"transcribe","price_usd":"$0.06","atomic":"60000","description":"Audio-to-text transcription (mlx-whisper, base model). POST {audio_b64} -> {text, language, duration_ms, model}. Cap: 25 MB / 20 min. Price ~$0.03/min."},{"path":"/v1/pdf-extract","method":"POST","sku":"pdf-extract","price_usd":"$0.02","atomic":"20000","description":"PDF -> structured markdown/JSON (pymupdf). POST {pdf_b64, format?} -> {text, pages, headings, tables, metadata, format}. Cap: 50 MB / 500 pages. Price ~$0.02/doc."},{"path":"/v1/paid/bazaar_index","method":"POST","sku":"paid_bazaar_index","price_usd":"$0.01","atomic":"10000","description":"Trust Oracle signed bazaar index (paid tier). POST {} -> {index, signature, public_key}."},{"path":"/v1/paid/watchtower_check","method":"POST","sku":"paid_watchtower_check","price_usd":"$0.01","atomic":"10000","description":"Zero-spend oracle probe attestation (paid tier). POST {url} -> {facts, score, attestation}."},{"path":"/v1/verdict","method":"POST","sku":"verdict","price_usd":"$0.10","atomic":"100000","description":"Agora Clearing verdict oracle: deterministic pre-purchase pay/caution/decline evaluation. POST {service_id|seller_pubkey, price_usd, cert_blob?} -> {verdict, score, reasons, evidence, evaluated_at}. First N calls per payer are free (verdict_config.json pricing.free_tier_verdict_calls); price shown here is the ratified default -- the live charge is read fresh from that config on every call."},{"path":"/v1/cert/subscribe","method":"POST","sku":"cert_subscribe","price_usd":"$10.00","atomic":"10000000","description":"Agora Clearing certification subscription: create-or-extend a $10/30-day seller subscription and issue-or-extend its clearing certificate to match. POST {subject} -> {subject, status, current_period_end, cert_expiry}. No free tier -- price shown here is the ratified default, read fresh from verdict_config.json (pricing.cert_monthly_usd) on every call."},{"path":"/v1/cert/renew","method":"POST","sku":"cert_renew","price_usd":"$10.00","atomic":"10000000","description":"Agora Clearing certification subscription renewal: extends an existing subscription by 30 days from max(now, current_period_end) and re-extends its clearing certificate to match. POST {subject} -> {subject, status, current_period_end, cert_expiry}. No free tier; 404 if subject has no existing subscription (call /v1/cert/subscribe first)."},{"path":"/v1/verified-brief","method":"POST","sku":"verified-brief","price_usd":"$1.50","atomic":"1500000","description":"Composite bundle: research-scan -> fact-verify -> notarize. POST {query, corpus} -> {brief, fact_verdict, notarization}. $1.50 USDC."},{"path":"/v1/design-certified","method":"POST","sku":"design-certified","price_usd":"$0.35","atomic":"350000","description":"Composite bundle: design-gates -> design-audit -> notarize. POST {html} -> {gate_report, audit, notarization}. $0.35 USDC."}],"prices":{"summarize":{"usd":"$0.03","atomic":"30000"},"research-scan":{"usd":"$0.05","atomic":"50000"},"design-gates":{"usd":"$0.02","atomic":"20000"},"design-audit":{"usd":"$0.25","atomic":"250000"},"notarize":{"usd":"$0.10","atomic":"100000"},"embed":{"usd":"$0.01","atomic":"10000"},"fact-verify":{"usd":"$0.25","atomic":"250000"},"code-review":{"usd":"$0.05","atomic":"50000"},"research-brief":{"usd":"$1.00","atomic":"1000000"},"bazaar_index":{"usd":"$0.25","atomic":"250000"},"watchtower_check":{"usd":"$0.05","atomic":"50000"},"transcribe":{"usd":"$0.06","atomic":"60000"},"pdf-extract":{"usd":"$0.02","atomic":"20000"},"paid_bazaar_index":{"usd":"$0.01","atomic":"10000"},"paid_watchtower_check":{"usd":"$0.01","atomic":"10000"},"verdict":{"usd":"$0.10","atomic":"100000"},"cert_subscribe":{"usd":"$10.00","atomic":"10000000"},"cert_renew":{"usd":"$10.00","atomic":"10000000"},"verified-brief":{"usd":"$1.50","atomic":"1500000"},"design-certified":{"usd":"$0.35","atomic":"350000"}},"free_tier":false,"x402_version":2,"stats":"https://labor.virohanalife.com/stats"}