# AutoPay Desk Public-Record Briefs > x402-paid, source-linked public-record screens for authorized agents. ## Base URL https://autopaydesk-x402-gateway.vectorbuildhq.workers.dev ## Vehicle Purchase Risk Brief Free preview: GET /v1/vehicle-risk-preview?vin={17-character VIN} Paid report: GET /v1/vehicle-risk-report?vin={17-character VIN} Uses NHTSA VIN, recall, and complaint records. It is not a title, accident, odometer, price, or VIN-specific open-recall confirmation. ## Florida Contractor License Brief Free preview: GET /v1/florida-contractor-license-preview?license={DBPR construction license number} Paid report: GET /v1/florida-contractor-license-report?license={DBPR construction license number} Uses the Florida DBPR weekly construction-license public-record file. It returns the raw state record, source date, and official verification link. It is not real-time status, insurance, bonding, permit, disciplinary-history, county-license, or hiring verification. ## Payment Price: $0.25 USDC per paid report Network: Base mainnet (eip155:8453) Protocol: x402 v2 exact payment When called without payment, a paid endpoint returns HTTP 402 with a PAYMENT-REQUIRED header. An x402-compatible client with permission to spend should sign the required USDC payment and retry using the protocol payment-signature header. ## Testnet Use /test/v1/vehicle-risk-report or /test/v1/florida-contractor-license-report with free Base Sepolia test USDC. Testnet is for integration tests only. ## Discovery - OpenAPI: https://autopaydesk-x402-gateway.vectorbuildhq.workers.dev/openapi.json - Machine manifest: https://autopaydesk-x402-gateway.vectorbuildhq.workers.dev/agent-api.json - Status: https://autopaydesk-x402-gateway.vectorbuildhq.workers.dev/health