Skip to content
Client-side recipes · exact prices

Combine proven APIs into useful work.

These recipes turn individual x402 calls into repeatable agent outcomes. Variables beginning with $ are client-side bindings. Inspect every HTTP 402 challenge; where a complete one-call alternative is shown, you can choose fewer authorizations at the displayed price.

2 steps · $0.11 USDC total

Resolve a company, then screen its domain

Select a public GLEIF legal-entity candidate before combining it with website, DNS, TLS, RDAP, and site-quality evidence for a broader business review.

  1. Find and rank official public legal-entity records.

    POST https://apiacre.com/v1/research/lei-entity-search
  2. Combine the selected name with independent public domain evidence.

    POST https://apiacre.com/v1/web/business-due-diligence
2 steps · $0.03 USDC total

Resolve a company, then check OFAC candidates

Select an official GLEIF legal-entity candidate, then compare that legal name with current OFAC Entity records and aliases. The result is evidence for manual review, not a legal allow or block decision.

  1. Find and rank official public legal-entity records.

    POST https://apiacre.com/v1/research/lei-entity-search
  2. Compare the selected legal name with official OFAC Entity records.

    POST https://apiacre.com/v1/research/ofac-entity-search
4 steps · $0.07 USDC total

Redact and contract a supplied CSV

For CSV text up to 500,000 characters, decode a caller-supplied file, remove seven common personal-data pattern classes, profile only the redacted records, and infer a Draft 2020-12 JSON Schema. Pattern redaction supports review but is not a compliance guarantee.

  1. 1 · Document extraction$0.01 USDC

    Decode the CSV and retain source-size and SHA-256 evidence.

    POST https://apiacre.com/v1/document/extract
  2. Replace common email, phone, validated IP, payment-card, IBAN, and US SSN patterns.

    POST https://apiacre.com/v1/document/redact
  3. 3 · Dataset profile$0.025 USDC

    Profile fields, nulls, uniqueness, and observed types after redaction.

    POST https://apiacre.com/v1/data/profile
  4. 4 · JSON Schema generator$0.025 USDC

    Infer a reusable JSON Schema from the same redacted CSV records.

    POST https://apiacre.com/v1/data/schema
3 steps · $0.04 USDC total

Convert structured data and enforce its contract

Convert caller-supplied CSV, TSV, JSON, JSON Lines, or YAML into deterministic JSON, infer a Draft 2020-12 schema from the converted records, then validate a caller-supplied future JSON value against that contract.

  1. 1 · Data conversion$0.005 USDC

    Normalize the supplied structured data into deterministic JSON.

    POST https://apiacre.com/v1/data/convert
  2. 2 · JSON Schema generator$0.025 USDC

    Infer a reusable contract from the converted JSON records.

    POST https://apiacre.com/v1/data/schema
  3. 3 · JSON Schema validation$0.01 USDC

    Validate a future caller-supplied JSON value against the inferred contract.

    POST https://apiacre.com/v1/data/schema-validate
3 steps · $0.04 USDC total

Repair malformed JSON and enforce its contract

Apply only explicit deterministic syntax repairs to caller-supplied JSON, infer a Draft 2020-12 schema from the valid result, then validate a future JSON value.

  1. Repair common syntax defects and retain transformation hashes.

    POST https://apiacre.com/v1/data/json-repair
  2. 2 · JSON Schema generator$0.025 USDC

    Infer a reusable contract from the repaired JSON value.

    POST https://apiacre.com/v1/data/schema
  3. 3 · JSON Schema validation$0.01 USDC

    Validate a future caller-supplied value against the inferred contract.

    POST https://apiacre.com/v1/data/schema-validate
3 steps · $0.01 USDC total

Build a Base address evidence pack

Validate an EVM address, read its point-in-time Base account state, then retrieve recent official Circle USDC transfers over a bounded block range. The results are public-chain evidence, not proof of identity, ownership, authorization, solvency, or compliance.

  1. 1 · EVM address inspection$0.002 USDC

    Validate, normalize, and checksum the supplied EVM address offline.

    POST https://apiacre.com/v1/crypto/address-inspect
  2. 2 · Base account status$0.003 USDC

    Read ETH balance, nonce, and contract-code evidence at one safe Base block.

    POST https://apiacre.com/v1/crypto/base-account-status
  3. Retrieve newest-first official Base USDC events over a bounded range.

    POST https://apiacre.com/v1/crypto/base-usdc-transfers
2 steps · $0.027 USDC total

Turn website metadata into a reusable schema

Extract a public page's metadata, then infer a JSON Schema for the normalized result so downstream agents can validate future records.

  1. Extract normalized title, description, canonical, and social metadata.

    POST https://apiacre.com/v1/web/metadata
  2. 2 · JSON Schema generator$0.025 USDC

    Infer a JSON Schema from the normalized metadata object.

    POST https://apiacre.com/v1/data/schema
2 steps · $0.012 USDC total

Extract clean webpage content with metadata

Convert one public URL into clean Markdown and collect canonical, social, hreflang, feed, heading, and JSON-LD metadata for RAG ingestion, research, or content indexing. The two results come from separate bounded fetches and each call requires its own buyer authorization.

  1. 1 · Web content extraction$0.01 USDC

    Convert the public page into clean Markdown with bounded links, page signals, and fetch-specific provenance.

    POST https://apiacre.com/v1/web/extract
  2. Collect structured publisher metadata for the same public URL.

    POST https://apiacre.com/v1/web/metadata
3 steps · $0.027 USDC total

Build a public website and domain evidence pack

Collect publisher-asserted page metadata, then combine public DNS, TLS, RDAP, and focused mail-authentication records for the same site. Results are time-specific configuration evidence, not an identity, ownership, delivery, or safety verdict.

  1. Extract canonical, social, heading, feed, and privacy-safe publisher-asserted Organization metadata.

    POST https://apiacre.com/v1/web/metadata
  2. 2 · Domain intelligence$0.02 USDC

    Collect bounded DNS, verified TLS, RDAP, DNSSEC, SPF, and DMARC evidence.

    POST https://apiacre.com/v1/web/domain-intelligence
  3. Inspect MX, SPF, DMARC, MTA-STS, TLS-RPT, BIMI, and any buyer-known DKIM selectors.

    POST https://apiacre.com/v1/web/email-auth
2 steps · $0.035 USDC total

Infer and enforce a JSON data contract

Infer a Draft 2020-12 contract from representative records, then validate a future JSON value with bounded, machine-readable error pointers.

  1. 1 · JSON Schema generator$0.025 USDC

    Infer a reusable schema from representative structured records.

    POST https://apiacre.com/v1/data/schema
  2. 2 · JSON Schema validation$0.01 USDC

    Validate a future JSON value against the inferred contract.

    POST https://apiacre.com/v1/data/schema-validate
2 steps · $0.05 USDC total

Create a schema for code-quality telemetry

Calculate deterministic code metrics, then infer a JSON Schema that consumers can use for build reports, dashboards, or regression history.

  1. 1 · Code metrics$0.025 USDC

    Measure lines, complexity, functions, and maintainability signals.

    POST https://apiacre.com/v1/developer/code-metrics
  2. 2 · JSON Schema generator$0.025 USDC

    Infer a reusable schema for one or more metric records.

    POST https://apiacre.com/v1/data/schema
2 steps · $0.06 USDC total

Review a code change with structural and line evidence

Review two caller-supplied source snapshots with deterministic static signals, then optionally inspect exact line additions, removals, and a bounded unified diff. For the complete recipe, each snapshot must be no more than 500,000 characters. Neither step executes code or accesses the network, and each step requires a separate buyer authorization.

  1. 1 · Code change review$0.05 USDC

    Compare syntax, complexity, function, and maintainability signals without executing either source snapshot.

    POST https://apiacre.com/v1/developer/code-change-review
  2. 2 · Document diff$0.01 USDC

    Calculate exact line additions, removals, and a bounded unified diff.

    POST https://apiacre.com/v1/document/diff
2 steps · $0.125 USDC total

Generate and statically review OpenAPI tests

Generate deterministic pytest smoke tests from a caller-supplied OpenAPI 3 document, then measure the generated Python source before retaining or running it. The workflow validates syntax and static quality signals; it does not execute tests or contact the target API.

  1. Generate bounded, mutation-guarded pytest and requests smoke tests.

    POST https://apiacre.com/v1/developer/openapi-test-generate
  2. 2 · Code metrics$0.025 USDC

    Measure the generated Python module without executing or forwarding it.

    POST https://apiacre.com/v1/developer/code-metrics
2 steps · $0.075 USDC total

Aggregate news into a reusable data contract

Merge and deduplicate public RSS or Atom sources, then infer a JSON Schema that downstream agents can use to validate future news snapshots.

  1. Fetch, filter, deduplicate, and time-order public feed entries.

    POST https://apiacre.com/v1/research/news-aggregate
  2. 2 · JSON Schema generator$0.025 USDC

    Infer a reusable schema for the normalized news records.

    POST https://apiacre.com/v1/data/schema
No hidden orchestration or charge. Step-by-step totals are the exact sum of their listed calls. A one-call alternative has its own single exact price and returns the complete stated outcome. Your agent controls inputs, authorization, retries, and which route to use. Start with the buyer quickstart.