{"openapi":"3.1.0","info":{"title":"capi2 Claim Verify","description":"Verifiable commerce for autonomous agents: preflight decisions, delivery checks and evidence-backed commerce receipts, with x402 settlement on Base USDC.","version":"1.16.0","x-guidance":"Use POST /v1/vendor-security-check for security/compliance claims, POST /v1/procurement-claim-check for SaaS/RFP/procurement claims, POST /v1/data-clause-check for AI-data/privacy/DPA claims, or POST /v1/claim-verify as the general endpoint. Send JSON with vendor_url and claim. Each paid POST costs $0.01 USDC on Base via x402 v2: call unpaid to receive HTTP 402, pay the challenge, then retry the same request with PAYMENT-SIGNATURE.","contact":{"email":"capi2@agentmail.to"}},"paths":{"/":{"get":{"summary":"Root","operationId":"root__get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/buy":{"get":{"summary":"Buyer Page","operationId":"buyer_page_buy_get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/story":{"get":{"summary":"Public Story","description":"Public, evidence-first company story suitable for partners and directories.","operationId":"public_story_story_get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/health":{"get":{"summary":"Health","operationId":"health_health_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/robots.txt":{"get":{"summary":"Robots","operationId":"robots_robots_txt_get","responses":{"200":{"description":"Successful Response","content":{"text/plain":{"schema":{"type":"string"}}}}}}},"/llms.txt":{"get":{"summary":"Llms","operationId":"llms_llms_txt_get","responses":{"200":{"description":"Successful Response","content":{"text/plain":{"schema":{"type":"string"}}}}}}},"/.well-known/x402":{"get":{"summary":"X402 Manifest","operationId":"x402_manifest__well_known_x402_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/.well-known/x402-service.json":{"get":{"summary":"X402 Service Manifest","description":"True402-compatible alias for updating an already registered seller URL.","operationId":"x402_service_manifest__well_known_x402_service_json_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/.well-known/agent.json":{"get":{"summary":"Agent Manifest","operationId":"agent_manifest__well_known_agent_json_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/v1/quote":{"get":{"summary":"Claim Verify Quote","operationId":"claim_verify_quote_v1_quote_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/v1/examples":{"get":{"summary":"Examples","operationId":"examples_v1_examples_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/v1/x402-adoption-kit":{"get":{"tags":["discovery","x402","free"],"summary":"X402 Adoption Kit","description":"Machine-readable campaign and integration starter for agent builders.","operationId":"x402_adoption_kit_v1_x402_adoption_kit_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/v1/verifiable-commerce":{"get":{"tags":["discovery","agent commerce","free"],"summary":"Verifiable Commerce","description":"Machine-readable product map for evidence-backed autonomous purchases.","operationId":"verifiable_commerce_v1_verifiable_commerce_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/v1/sales":{"get":{"tags":["sales","discovery"],"summary":"Sales Catalog","operationId":"sales_catalog_v1_sales_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/v1/sales/preflight":{"post":{"tags":["sales","free"],"summary":"Sales Preflight","operationId":"sales_preflight_v1_sales_preflight_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SalesProductRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/products/endpoint-check":{"post":{"tags":["sales","paid"],"summary":"Endpoint Check","operationId":"endpoint_check_v1_products_endpoint_check_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SalesProductRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/products/launch-pack":{"post":{"tags":["sales","paid"],"summary":"Launch Pack","operationId":"launch_pack_v1_products_launch_pack_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SalesProductRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/products/verification-integration":{"post":{"tags":["sales","paid"],"summary":"Verification Integration","operationId":"verification_integration_v1_products_verification_integration_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SalesProductRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/tools/web-extract":{"post":{"tags":["evergreen tools","paid"],"summary":"Web Extract","operationId":"web_extract_v1_tools_web_extract_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UrlToolRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/tools/endpoint-health":{"post":{"tags":["evergreen tools","paid"],"summary":"Endpoint Health","operationId":"endpoint_health_v1_tools_endpoint_health_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UrlToolRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/tools/x402-preflight":{"post":{"tags":["evergreen tools","paid"],"summary":"X402 Preflight","operationId":"x402_preflight_v1_tools_x402_preflight_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/X402PreflightRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/tools/manifest-check":{"post":{"tags":["evergreen tools","paid"],"summary":"Manifest Check","operationId":"manifest_check_v1_tools_manifest_check_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UrlToolRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/tools/domain-security":{"post":{"tags":["evergreen tools","paid"],"summary":"Domain Security","operationId":"domain_security_v1_tools_domain_security_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UrlToolRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/tools/page-change":{"post":{"tags":["evergreen tools","paid"],"summary":"Page Change","operationId":"page_change_v1_tools_page_change_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PageChangeRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/tools/receipt-verify":{"post":{"tags":["evergreen tools","paid"],"summary":"Receipt Verify","operationId":"receipt_verify_v1_tools_receipt_verify_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ReceiptVerifyRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/commerce-receipts/issue":{"post":{"tags":["agent commerce","receipts","free"],"summary":"Commerce Receipt Issue","description":"Issue a portable receipt that binds request and delivery payloads.","operationId":"commerce_receipt_issue_v1_commerce_receipts_issue_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CommerceReceiptIssueRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/commerce-receipts/verify":{"post":{"tags":["agent commerce","receipts","free"],"summary":"Commerce Receipt Verify","description":"Verify receipt integrity and its optional Ed25519 attestation.","operationId":"commerce_receipt_verify_v1_commerce_receipts_verify_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ReceiptVerifyRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/commerce-receipts/signing-key":{"get":{"tags":["agent commerce","receipts","free"],"summary":"Commerce Receipt Signing Key","operationId":"commerce_receipt_signing_key_v1_commerce_receipts_signing_key_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/v1/reports/commerce-assurance":{"post":{"tags":["reports","paid"],"summary":"Commerce Assurance","operationId":"commerce_assurance_v1_reports_commerce_assurance_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CommerceAssuranceRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/free-x402-market-radar":{"get":{"tags":["discovery","market intelligence","free"],"summary":"Free X402 Market Radar","description":"Aggregate free public x402 discovery into compact commercial intelligence.","operationId":"free_x402_market_radar_v1_free_x402_market_radar_get","parameters":[{"name":"q","in":"query","required":false,"schema":{"type":"string","minLength":2,"maxLength":120,"default":"agent verification","title":"Q"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","maximum":10,"minimum":1,"default":5,"title":"Limit"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/samples/hiddenlayer":{"get":{"summary":"Hiddenlayer Public Sample","operationId":"hiddenlayer_public_sample_v1_samples_hiddenlayer_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/v1/claim-verify/schema":{"get":{"summary":"Claim Verify Schema","operationId":"claim_verify_schema_v1_claim_verify_schema_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/v1/claim-verify/dry-run":{"post":{"summary":"Claim Verify Dry Run","operationId":"claim_verify_dry_run_v1_claim_verify_dry_run_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DryRunRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/claim-verify":{"post":{"tags":["vendor verification","due diligence","procurement","fact checking"],"summary":"Verify a vendor claim against public evidence","description":"Paid x402 evidence check for vendor, product, security, compliance, procurement, RFP and commercial claims. Supply a public source URL plus the exact claim.","operationId":"claim_verify_v1_claim_verify_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ClaimVerifyRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ClaimVerifyResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}},"402":{"description":"Payment Required"}},"x-price":"$0.01","x-x402-price":"$0.01","x-x402-network":"eip155:8453","x-buyer-intents":["verify a vendor claim against public evidence","fact check an AI vendor or SaaS claim","procurement due diligence evidence","vendor risk evidence check","RFP or security questionnaire claim verification"],"x-bazaar-discoverable":true,"x-free-dry-run":"/v1/claim-verify/dry-run","x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}],"network":"eip155:8453","asset":"USDC","payTo":"0x4B4031bd3B334e010E6ecE66d14DEa59eB34122a","paymentHeader":"PAYMENT-SIGNATURE","settlementHeader":"PAYMENT-RESPONSE","buyerIntents":["verify a vendor claim against public evidence","fact check an AI vendor or SaaS claim","procurement due diligence evidence","vendor risk evidence check"]}}},"/v1/sales-bot":{"get":{"summary":"Sales Bot Manifest","operationId":"sales_bot_manifest_v1_sales_bot_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/v1/claim-verify/classifier-regressions":{"get":{"summary":"Classifier Regressions","operationId":"classifier_regressions_v1_claim_verify_classifier_regressions_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/v1/buyer-catalog":{"get":{"tags":["discovery","x402"],"summary":"Buyer Catalog","operationId":"buyer_catalog_v1_buyer_catalog_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/v1/vendor-security-check":{"post":{"tags":["security","vendor risk","SOC 2","compliance","due diligence"],"summary":"Verify a vendor security or compliance claim against public evidence.","description":"Agent-native $0.01 x402 security/vendor evidence check. No account or API key required.","operationId":"vendor_security_check_v1_vendor_security_check_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ClaimVerifyRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ClaimVerifyResponse"}}}},"402":{"description":"x402 payment required"},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"x-price":"$0.01","x-x402-price":"$0.01","x-x402-network":"eip155:8453","x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}],"network":"eip155:8453","asset":"USDC","payTo":"0x4B4031bd3B334e010E6ecE66d14DEa59eB34122a","paymentHeader":"PAYMENT-SIGNATURE","settlementHeader":"PAYMENT-RESPONSE","buyerIntents":["verify vendor security claim","check SOC 2 or encryption claim","vendor security due diligence","security questionnaire evidence check"]},"x-buyer-intents":["verify vendor security claim","check SOC 2 or encryption claim","vendor security due diligence","security questionnaire evidence check"],"x-bazaar-discoverable":true,"x-canonical-engine":"/v1/claim-verify","x-input-schema":{"type":"object","properties":{"vendor_url":{"type":"string","format":"uri","description":"Public source URL containing evidence relevant to the claim."},"source_urls":{"type":"array","minItems":1,"maxItems":3,"uniqueItems":true,"items":{"type":"string","format":"uri"},"description":"Optional list of up to three public evidence URLs. These are checked together; vendor_url remains supported for backward compatibility."},"claim":{"type":"string","minLength":3,"maxLength":1200,"description":"Vendor, product, compliance, security, or commercial claim to verify."},"vendor_name":{"type":"string","maxLength":200},"claim_id":{"type":"string","maxLength":200},"request_type":{"type":"string","maxLength":120},"verification_type":{"type":"string","maxLength":120}},"anyOf":[{"required":["vendor_url","claim"]},{"required":["source_urls","claim"]}],"additionalProperties":true}}},"/v1/procurement-claim-check":{"post":{"tags":["procurement","SaaS","RFP","vendor due diligence","commercial"],"summary":"Verify a SaaS, procurement, RFP or commercial vendor claim.","description":"Agent-native $0.01 x402 procurement/SaaS evidence check. No account or API key required.","operationId":"procurement_claim_check_v1_procurement_claim_check_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ClaimVerifyRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ClaimVerifyResponse"}}}},"402":{"description":"x402 payment required"},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"x-price":"$0.01","x-x402-price":"$0.01","x-x402-network":"eip155:8453","x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}],"network":"eip155:8453","asset":"USDC","payTo":"0x4B4031bd3B334e010E6ecE66d14DEa59eB34122a","paymentHeader":"PAYMENT-SIGNATURE","settlementHeader":"PAYMENT-RESPONSE","buyerIntents":["verify SaaS vendor claim","procurement evidence check","RFP vendor claim verification","commercial due diligence"]},"x-buyer-intents":["verify SaaS vendor claim","procurement evidence check","RFP vendor claim verification","commercial due diligence"],"x-bazaar-discoverable":true,"x-canonical-engine":"/v1/claim-verify","x-input-schema":{"type":"object","properties":{"vendor_url":{"type":"string","format":"uri","description":"Public source URL containing evidence relevant to the claim."},"source_urls":{"type":"array","minItems":1,"maxItems":3,"uniqueItems":true,"items":{"type":"string","format":"uri"},"description":"Optional list of up to three public evidence URLs. These are checked together; vendor_url remains supported for backward compatibility."},"claim":{"type":"string","minLength":3,"maxLength":1200,"description":"Vendor, product, compliance, security, or commercial claim to verify."},"vendor_name":{"type":"string","maxLength":200},"claim_id":{"type":"string","maxLength":200},"request_type":{"type":"string","maxLength":120},"verification_type":{"type":"string","maxLength":120}},"anyOf":[{"required":["vendor_url","claim"]},{"required":["source_urls","claim"]}],"additionalProperties":true}}},"/v1/data-clause-check":{"post":{"tags":["AI data","privacy","DPA","GDPR","contract review"],"summary":"Verify an AI/data/privacy vendor claim against a public policy or contract source.","description":"Agent-native $0.01 x402 AI-data/privacy evidence check. No account or API key required.","operationId":"data_clause_check_v1_data_clause_check_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ClaimVerifyRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ClaimVerifyResponse"}}}},"402":{"description":"x402 payment required"},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"x-price":"$0.01","x-x402-price":"$0.01","x-x402-network":"eip155:8453","x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"protocols":[{"x402":{}}],"network":"eip155:8453","asset":"USDC","payTo":"0x4B4031bd3B334e010E6ecE66d14DEa59eB34122a","paymentHeader":"PAYMENT-SIGNATURE","settlementHeader":"PAYMENT-RESPONSE","buyerIntents":["verify AI training data claim","check vendor privacy claim","verify GDPR or DPA statement","AI data clause evidence check"]},"x-buyer-intents":["verify AI training data claim","check vendor privacy claim","verify GDPR or DPA statement","AI data clause evidence check"],"x-bazaar-discoverable":true,"x-canonical-engine":"/v1/claim-verify","x-input-schema":{"type":"object","properties":{"vendor_url":{"type":"string","format":"uri","description":"Public source URL containing evidence relevant to the claim."},"source_urls":{"type":"array","minItems":1,"maxItems":3,"uniqueItems":true,"items":{"type":"string","format":"uri"},"description":"Optional list of up to three public evidence URLs. These are checked together; vendor_url remains supported for backward compatibility."},"claim":{"type":"string","minLength":3,"maxLength":1200,"description":"Vendor, product, compliance, security, or commercial claim to verify."},"vendor_name":{"type":"string","maxLength":200},"claim_id":{"type":"string","maxLength":200},"request_type":{"type":"string","maxLength":120},"verification_type":{"type":"string","maxLength":120}},"anyOf":[{"required":["vendor_url","claim"]},{"required":["source_urls","claim"]}],"additionalProperties":true}}},"/v1/vendor-risk-pack":{"post":{"tags":["vendor risk","batch verification","procurement"],"summary":"Verify two to five vendor claims in one purchase","description":"Agent-native batch due-diligence pack paid once with x402 on Base.","operationId":"vendor_risk_pack_v1_vendor_risk_pack_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/VendorRiskPackRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VendorRiskPackResponse"}}}},"402":{"description":"x402 payment required"},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"x-price":"$0.04","x-x402-price":"$0.04","x-x402-network":"eip155:8453","x-buyer-intents":["verify several vendor claims in one purchase","batch vendor security due diligence","check a vendor risk questionnaire against public evidence","verify up to five procurement claims"],"x-bazaar-discoverable":true}},"/v1/vendor-risk-pack/validate":{"post":{"tags":["discovery","free"],"summary":"Validate Vendor Risk Pack","description":"Validate a pack before an autonomous buyer creates a payment.","operationId":"validate_vendor_risk_pack_v1_vendor_risk_pack_validate_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/VendorRiskPackRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/ai-vendor-ddq-evidence-pack":{"post":{"tags":["AI governance","vendor due diligence","procurement","DDQ"],"summary":"Verify an AI vendor due-diligence evidence pack","description":"Verify three to ten AI-vendor claims in one x402 purchase and return an evidence-backed status summary.","operationId":"ai_vendor_ddq_evidence_pack_v1_ai_vendor_ddq_evidence_pack_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AiVendorDdqRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AiVendorDdqResponse"}}}},"402":{"description":"x402 payment required"},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"x-price":"$0.25","x-x402-price":"$0.25","x-x402-network":"eip155:8453","x-buyer-intents":["evaluate an AI vendor for business use","verify AI vendor due diligence questionnaire answers","check AI governance vendor claims against evidence","review an AI tool before procurement"],"x-bazaar-discoverable":true}},"/v1/ai-vendor-ddq-evidence-pack/validate":{"post":{"tags":["discovery","free"],"summary":"Validate Ai Vendor Ddq","operationId":"validate_ai_vendor_ddq_v1_ai_vendor_ddq_evidence_pack_validate_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AiVendorDdqRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}}},"components":{"schemas":{"AiVendorDdqRequest":{"properties":{"claims":{"items":{"$ref":"#/components/schemas/ClaimVerifyRequest"},"type":"array","maxItems":10,"minItems":3,"title":"Claims"}},"type":"object","required":["claims"],"title":"AiVendorDdqRequest"},"AiVendorDdqResponse":{"properties":{"product":{"type":"string","title":"Product"},"claims_processed":{"type":"integer","title":"Claims Processed"},"supported":{"type":"integer","title":"Supported"},"contradicted":{"type":"integer","title":"Contradicted"},"uncertain":{"type":"integer","title":"Uncertain"},"results":{"items":{"$ref":"#/components/schemas/ClaimVerifyResponse"},"type":"array","title":"Results"},"report_markdown":{"type":"string","title":"Report Markdown"}},"type":"object","required":["product","claims_processed","supported","contradicted","uncertain","results","report_markdown"],"title":"AiVendorDdqResponse"},"ClaimVerifyRequest":{"properties":{"vendor_url":{"anyOf":[{"type":"string","maxLength":2083,"minLength":1,"format":"uri"},{"type":"null"}],"title":"Vendor Url"},"source_urls":{"anyOf":[{"items":{"type":"string","maxLength":2083,"minLength":1,"format":"uri"},"type":"array","maxItems":3,"minItems":1},{"type":"null"}],"title":"Source Urls"},"claim":{"anyOf":[{"type":"string","maxLength":1200,"minLength":3},{"type":"null"}],"title":"Claim"},"context_url":{"anyOf":[{"type":"string","maxLength":2083,"minLength":1,"format":"uri"},{"type":"null"}],"title":"Context Url"},"claim_to_verify":{"anyOf":[{"type":"string","maxLength":1200,"minLength":3},{"type":"null"}],"title":"Claim To Verify"},"claim_text":{"anyOf":[{"type":"string","maxLength":1200,"minLength":3},{"type":"null"}],"title":"Claim Text"},"vendor_name":{"anyOf":[{"type":"string","maxLength":200},{"type":"null"}],"title":"Vendor Name"},"claim_id":{"anyOf":[{"type":"string","maxLength":200},{"type":"null"}],"title":"Claim Id"},"request_type":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Request Type"},"verification_type":{"anyOf":[{"type":"string","maxLength":120},{"type":"null"}],"title":"Verification Type"}},"type":"object","title":"ClaimVerifyRequest"},"ClaimVerifyResponse":{"properties":{"protocol":{"type":"string","title":"Protocol","default":"capi2.claim_verify/1.16.0"},"claim_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Claim Id"},"vendor_name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Vendor Name"},"vendor_url":{"type":"string","title":"Vendor Url"},"claim":{"type":"string","title":"Claim"},"verification_status":{"type":"string","title":"Verification Status"},"verification_result":{"type":"string","title":"Verification Result"},"verdict":{"type":"string","title":"Verdict"},"confidence":{"type":"number","title":"Confidence"},"evidence_summary":{"type":"string","title":"Evidence Summary"},"evidence_source_urls":{"items":{"type":"string"},"type":"array","title":"Evidence Source Urls"},"evidence":{"items":{"$ref":"#/components/schemas/EvidenceSnippet"},"type":"array","title":"Evidence"},"caveats":{"items":{"type":"string"},"type":"array","title":"Caveats"},"request_id":{"type":"string","title":"Request Id"},"checked_at":{"type":"string","title":"Checked At"},"sources_checked":{"type":"integer","title":"Sources Checked"},"source_results":{"items":{"additionalProperties":true,"type":"object"},"type":"array","title":"Source Results"}},"type":"object","required":["vendor_url","claim","verification_status","verification_result","verdict","confidence","evidence_summary","evidence_source_urls","evidence","caveats","request_id","checked_at","sources_checked","source_results"],"title":"ClaimVerifyResponse"},"CommerceAssuranceRequest":{"properties":{"target_url":{"type":"string","maxLength":2083,"minLength":1,"format":"uri","title":"Target Url"},"organization":{"anyOf":[{"type":"string","maxLength":160},{"type":"null"}],"title":"Organization"}},"type":"object","required":["target_url"],"title":"CommerceAssuranceRequest"},"CommerceReceiptIssueRequest":{"properties":{"request_id":{"type":"string","maxLength":200,"minLength":3,"title":"Request Id"},"idempotency_key":{"anyOf":[{"type":"string","maxLength":200,"minLength":3},{"type":"null"}],"title":"Idempotency Key"},"buyer_agent":{"anyOf":[{"type":"string","maxLength":300},{"type":"null"}],"title":"Buyer Agent"},"seller":{"type":"string","maxLength":500,"minLength":3,"title":"Seller"},"authority":{"anyOf":[{"additionalProperties":true,"type":"object"},{"type":"null"}],"title":"Authority"},"policy_decision":{"anyOf":[{"additionalProperties":true,"type":"object"},{"type":"null"}],"title":"Policy Decision"},"price":{"type":"number","minimum":0.0,"title":"Price"},"asset":{"type":"string","maxLength":30,"minLength":2,"title":"Asset"},"network":{"type":"string","maxLength":100,"minLength":2,"title":"Network"},"request":{"additionalProperties":true,"type":"object","title":"Request"},"delivery":{"additionalProperties":true,"type":"object","title":"Delivery"},"verification":{"anyOf":[{"additionalProperties":true,"type":"object"},{"type":"null"}],"title":"Verification"},"settlement":{"anyOf":[{"additionalProperties":true,"type":"object"},{"type":"null"}],"title":"Settlement"},"issued_at":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Issued At"}},"type":"object","required":["request_id","seller","price","asset","network","request","delivery"],"title":"CommerceReceiptIssueRequest"},"DryRunRequest":{"properties":{"fixture_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Fixture Id"},"claim":{"anyOf":[{"type":"string","maxLength":1200,"minLength":3},{"type":"null"}],"title":"Claim"},"evidence_text":{"anyOf":[{"type":"string","maxLength":4000,"minLength":3},{"type":"null"}],"title":"Evidence Text"}},"type":"object","title":"DryRunRequest"},"EvidenceSnippet":{"properties":{"text":{"type":"string","title":"Text"},"score":{"type":"number","title":"Score"},"source_url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Source Url"}},"type":"object","required":["text","score"],"title":"EvidenceSnippet"},"HTTPValidationError":{"properties":{"detail":{"items":{"$ref":"#/components/schemas/ValidationError"},"type":"array","title":"Detail"}},"type":"object","title":"HTTPValidationError"},"PageChangeRequest":{"properties":{"url":{"type":"string","maxLength":2083,"minLength":1,"format":"uri","title":"Url"},"previous_sha256":{"anyOf":[{"type":"string","pattern":"^[a-fA-F0-9]{64}$"},{"type":"null"}],"title":"Previous Sha256"},"max_chars":{"type":"integer","maximum":20000.0,"minimum":500.0,"title":"Max Chars","default":20000}},"type":"object","required":["url"],"title":"PageChangeRequest"},"ReceiptVerifyRequest":{"properties":{"receipt":{"additionalProperties":true,"type":"object","title":"Receipt"}},"type":"object","required":["receipt"],"title":"ReceiptVerifyRequest"},"SalesProductRequest":{"properties":{"target_url":{"type":"string","maxLength":2083,"minLength":1,"format":"uri","title":"Target Url"},"organization":{"anyOf":[{"type":"string","maxLength":160},{"type":"null"}],"title":"Organization"},"objective":{"anyOf":[{"type":"string","maxLength":800},{"type":"null"}],"title":"Objective"},"contact_ref":{"anyOf":[{"type":"string","maxLength":200},{"type":"null"}],"title":"Contact Ref"}},"type":"object","required":["target_url"],"title":"SalesProductRequest"},"UrlToolRequest":{"properties":{"url":{"type":"string","maxLength":2083,"minLength":1,"format":"uri","title":"Url"},"max_chars":{"type":"integer","maximum":20000.0,"minimum":500.0,"title":"Max Chars","default":12000}},"type":"object","required":["url"],"title":"UrlToolRequest"},"ValidationError":{"properties":{"loc":{"items":{"anyOf":[{"type":"string"},{"type":"integer"}]},"type":"array","title":"Location"},"msg":{"type":"string","title":"Message"},"type":{"type":"string","title":"Error Type"},"input":{"title":"Input"},"ctx":{"type":"object","title":"Context"}},"type":"object","required":["loc","msg","type"],"title":"ValidationError"},"VendorRiskPackRequest":{"properties":{"claims":{"items":{"$ref":"#/components/schemas/ClaimVerifyRequest"},"type":"array","maxItems":5,"minItems":2,"title":"Claims"}},"type":"object","required":["claims"],"title":"VendorRiskPackRequest"},"VendorRiskPackResponse":{"properties":{"product":{"type":"string","title":"Product"},"claims_processed":{"type":"integer","title":"Claims Processed"},"results":{"items":{"$ref":"#/components/schemas/ClaimVerifyResponse"},"type":"array","title":"Results"},"report_markdown":{"type":"string","title":"Report Markdown"}},"type":"object","required":["product","claims_processed","results","report_markdown"],"title":"VendorRiskPackResponse"},"X402PreflightRequest":{"properties":{"resource":{"type":"string","maxLength":2083,"minLength":1,"format":"uri","title":"Resource"},"price_usd":{"type":"number","maximum":100000.0,"minimum":0.0,"title":"Price Usd"},"network":{"type":"string","maxLength":100,"minLength":2,"title":"Network"},"asset":{"type":"string","maxLength":100,"minLength":2,"title":"Asset"},"pay_to":{"type":"string","maxLength":160,"minLength":6,"title":"Pay To"},"max_price_usd":{"type":"number","maximum":100000.0,"minimum":0.0,"title":"Max Price Usd","default":1.0},"allowed_networks":{"items":{"type":"string"},"type":"array","maxItems":20,"title":"Allowed Networks"}},"type":"object","required":["resource","price_usd","network","asset","pay_to"],"title":"X402PreflightRequest"}}}}