api.resetparatodos.com publishes 10 machine-payable endpoints over the x402 protocol, priced from $0.02 to $0.61 per call. Each was probed directly; the response code below is what it returned.
| Endpoint | Method | Price | Probe |
|---|---|---|---|
| /x402/v1/brazil/cnpj/validate | GET | $0.02 | 402 |
| /x402/v1/clabe/validate | GET | $0.03 | 402 |
| /x402/v1/company/verify | GET | $0.61 | 402 |
| /x402/v1/guatemala/fel/parse | GET | $0.03 | 402 |
| /x402/v1/guatemala/fel/validate | GET | $0.03 | 402 |
| /x402/v1/lei/verify | GET | $0.03 | 402 |
| /x402/v1/rfc/validate | GET | $0.03 | 402 |
| /x402/v1/screen | GET | $0.61 | 402 |
| /x402/v1/uk/company/verify | GET | $0.03 | 402 |
| /x402/v1/us/sec/verify | GET | $0.03 | 402 |
Deterministically validate a Brazilian CNPJ (company taxpayer ID): format and both check digits (mod-11). Supports the traditional numeric format and the alphanumeric format in force since July 2026. …
Deterministically validate a Mexican CLABE (18-digit interbank account key): length, check digit, and issuing bank by prefix. Structural validation only.
Verify a Mexican company or individual by RFC against official public sources: SAT blacklist 69-B (definitive/presumed), article 69 lists (firm, not-located, cancelled seals), public-procurement sanct…
Parse a Guatemalan FEL electronic invoice (DTE) XML into a consistent JSON object: document type, issue date, currency, issuer (NIT/name), receiver, grand total, tax phrases and the SAT authorization …
Validate a Guatemalan FEL electronic invoice (DTE) XML against the official SAT XML schema (GT_Documento). Returns whether it is schema-valid and the schema errors if not. Structural/schema validation…
Verify a Legal Entity Identifier (LEI) against GLEIF: confirms whether the LEI exists and returns its registration status, entity status, legal name and jurisdiction as published by GLEIF. Global coun…
Deterministically validate a Mexican RFC (taxpayer ID): format, person type (individual/company), embedded date, and check digit. Structural validation only.
Screen a person or company name against international sanctions (US OFAC SDN + Consolidated, EU, UK), Politically Exposed Persons (PEP: national politicians of 31 countries, sourced from Wikidata), an…
Verify a UK company by its Companies House number (e.g. 00445790) or by name against the official UK register (Companies House). Returns the company profile: registered name, company status (active/di…
Verify a US SEC-registered entity via EDGAR by CIK or ticker: confirms it exists and returns name, CIK, SIC industry, entity type, state of incorporation, tickers/exchanges and recent filings (includi…