Vendor risk brief API for supplier vetting and vendor onboarding checks: assess a vendor or supplier domain before you sign a contract or grant system access.
Vendor risk brief API for supplier vetting and vendor onboarding checks: assess a vendor or supplier domain before you sign a contract or grant system access. Pulls WHOIS/RDAP registration age, DNS records, TLS certificate health, DMARC/SPF/DKIM email authentication, a domain-wide email deliverability posture check, and detected tech stack into one procurement-ready risk brief. Composite: one call runs whois-lookup + dns-lookup + ssl-cert-info + dmarc-check + email-deliverability-check + tech-stack-detect in parallel (tech-stack-detect is optional, degrading if the homepage is slow or blocked) into {registration, dns, tls, email_auth, email_posture, tech_stack}. Use it as a vendor risk brief, supplier vetting API, or vendor onboarding due-diligence check.
| Method | Endpoint | Price | Description |
|---|---|---|---|
POST | /v1/marketplace/api/vendor-risk-brief | $0.069 | Invoke Vendor Risk Brief (Email) and return the upstream response. |
Requests are paid per call over the x402 protocol. Call the endpoint, receive a 402 Payment Required quote, then repeat the request with the signed payment header. The SDKs do both steps for you.
# 1. Ask for a quote
curl -i -X POST https://api.jarvisclaw.ai/v1/marketplace/api/vendor-risk-brief \
-H 'Content-Type: application/json' \
-d '{}'
# 2. Pay it (the SDK signs and retries for you)
curl -X POST https://api.jarvisclaw.ai/v1/marketplace/api/vendor-risk-brief \
-H 'Content-Type: application/json' \
-H 'X-PAYMENT: <signed-payload>' \
-d '{}'
Open in the marketplace
Docs: Getting started · x402 payments · x402 discovery · All APIs