Foundry agent services

Useful results. Exact prices. Pay per request with x402 v2.

JSON catalog · OpenAPI · Integration guide

Base USDC · Check availability before paying. Directory indexing and unpaid challenges do not prove delivery. Recovery-pending services remain listed for reference.

existing-data

JSON repair

Repair bounded near-JSON into valid deterministic JSON and optionally validate a safe JSON Schema subset.

PAYMENT READINESS UNVERIFIED
Published route; a current unpaid challenge does not prove paid delivery.

Evidence and readiness
  • IMPLEMENTED: PASS
  • DEPLOYED: UNKNOWN
  • RUNTIME 402 PASS: UNKNOWN
  • CDP VALIDATE PASS: UNKNOWN
  • SETTLED IF LEGITIMATELY REQUIRED: UNKNOWN
  • CDP MERCHANT PRESENT: UNKNOWN
  • CDP SEMANTIC SEARCH PRESENT: UNKNOWN
  • DOWNSTREAM PRESENT: UNKNOWN
  • COMMERCIAL DELIVERY VERIFIED: UNKNOWN
  • PAYMENT CHALLENGE VALID: UNKNOWN
  • INDEXED: UNKNOWN
  • SEMANTICALLY DISCOVERABLE: UNKNOWN
  • DELIVERY VERIFIED: UNKNOWN
  • COMMERCIALLY VALIDATED: UNKNOWN
Settlement and delivery plus positive independence and refund exclusions required. Historical technical delivery does not establish current reliability, repeat demand or profit.

US$0.005000 per request

POST https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v1/json/repair

Inputs

{
  "text": "{status: 'ok', count: 2,}"
}

Try the unpaid challenge

curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v1/json/repair' -H 'Content-Type: application/json' --data '{"text":"{status: '\''ok'\'', count: 2,}"}'
Illustrative output or schema
{
  "endpoint": "json-contract-repair",
  "protocol": "x402-v2",
  "result": {
    "valid": true,
    "repaired": true,
    "repairs": [
      "quote-object-keys",
      "convert-single-quoted-strings",
      "remove-trailing-commas"
    ],
    "value": {
      "status": "ok",
      "count": 2
    },
    "normalized_json": "{\"count\":2,\"status\":\"ok\"}",
    "schema_valid": true,
    "schema_errors": [],
    "input_sha256": "8147e3f39e30dbd5b9b6c4d29a06d543dc7402eda2d1b3d8d00b508b36977546",
    "output_sha256": "321dcf1c0f4785b1a8db97d962655d69b487533cc4a8ca81da64795c7ed16dfd"
  },
  "service": "Foundry PAR-007",
  "version": "illustrative"
}
existing-data

CSV quality profile

Audit caller-supplied CSV data quality: infer column types, count missing and duplicate values, and flag malformed row widths without network access.

PAYMENT READINESS UNVERIFIED
Published route; a current unpaid challenge does not prove paid delivery.

Evidence and readiness
  • IMPLEMENTED: PASS
  • DEPLOYED: UNKNOWN
  • RUNTIME 402 PASS: UNKNOWN
  • CDP VALIDATE PASS: UNKNOWN
  • SETTLED IF LEGITIMATELY REQUIRED: PASS
  • CDP MERCHANT PRESENT: UNKNOWN
  • CDP SEMANTIC SEARCH PRESENT: UNKNOWN
  • DOWNSTREAM PRESENT: UNKNOWN
  • COMMERCIAL DELIVERY VERIFIED: UNKNOWN
  • PAYMENT CHALLENGE VALID: UNKNOWN
  • INDEXED: UNKNOWN
  • SEMANTICALLY DISCOVERABLE: UNKNOWN
  • DELIVERY VERIFIED: PASS
  • COMMERCIALLY VALIDATED: UNKNOWN
Settlement and delivery plus positive independence and refund exclusions required. Historical technical delivery does not establish current reliability, repeat demand or profit.

US$0.010000 per request

POST https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v1/csv/profile

Inputs

{
  "csv": "name,score\nAda,10\nLin,",
  "has_header": true
}

Try the unpaid challenge

curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v1/csv/profile' -H 'Content-Type: application/json' --data '{"csv":"name,score\nAda,10\nLin,","has_header":true}'
Illustrative output or schema
{
  "endpoint": "csv-quality-profile",
  "protocol": "x402-v2",
  "result": {
    "input_sha256": "8d2f18a153292a78df165121ca2b8fb9989a2329356ae5e3ccd3749a8b1b3b70",
    "delimiter": ",",
    "has_header": true,
    "row_count": 2,
    "column_count": 2,
    "headers": [
      "name",
      "score"
    ],
    "duplicate_headers": [],
    "inconsistent_row_count": 0,
    "inconsistent_rows": [],
    "columns": [
      {
        "name": "name",
        "inferred_type": "string",
        "null_or_empty_count": 0,
        "unique_count": 2,
        "duplicate_nonempty_count": 0,
        "min_length": 3,
        "max_length": 3,
        "numeric_min": null,
        "numeric_max": null,
        "examples": [
          "Ada",
          "Lin"
        ]
      },
      {
        "name": "score",
        "inferred_type": "integer",
        "null_or_empty_count": 1,
        "unique_count": 1,
        "duplicate_nonempty_count": 0,
        "min_length": 2,
        "max_length": 2,
        "numeric_min": 10,
        "numeric_max": 10,
        "examples": [
          "10"
        ]
      }
    ]
  },
  "service": "Foundry PAR-007",
  "version": "illustrative"
}
existing-data

CSV drift evidence

Compare a candidate CSV with a baseline

PAYMENT READINESS UNVERIFIED
Production database recovery proven on 6 September; an unpaid challenge alone does not prove current paid delivery.

Evidence and readiness
  • IMPLEMENTED: PASS
  • DEPLOYED: UNKNOWN
  • RUNTIME 402 PASS: UNKNOWN
  • CDP VALIDATE PASS: UNKNOWN
  • SETTLED IF LEGITIMATELY REQUIRED: PASS
  • CDP MERCHANT PRESENT: UNKNOWN
  • CDP SEMANTIC SEARCH PRESENT: UNKNOWN
  • DOWNSTREAM PRESENT: UNKNOWN
  • COMMERCIAL DELIVERY VERIFIED: UNKNOWN
  • PAYMENT CHALLENGE VALID: UNKNOWN
  • INDEXED: UNKNOWN
  • SEMANTICALLY DISCOVERABLE: UNKNOWN
  • DELIVERY VERIFIED: PASS
  • COMMERCIALLY VALIDATED: UNKNOWN
Settlement and delivery plus positive independence and refund exclusions required. Historical technical delivery does not establish current reliability, repeat demand or profit.

US$0.015000 per request

POST https://foundry-csv-drift-evidence-mainnet.inference-chip-index.workers.dev/v1/csv/drift

Inputs

{
  "baselineCsv": "id,score,region\n1,0.7,AU\n2,0.9,US\n",
  "candidateCsv": "id,score,region,source\n3,1.2,,api\n4,0.8,AU,api\n",
  "allowedNewColumns": [
    "source"
  ],
  "missingRateReviewDelta": 0.1,
  "numericRangeColumns": [
    "score"
  ]
}

Try the unpaid challenge

curl -X POST 'https://foundry-csv-drift-evidence-mainnet.inference-chip-index.workers.dev/v1/csv/drift' -H 'Content-Type: application/json' --data '{"baselineCsv":"id,score,region\n1,0.7,AU\n2,0.9,US\n","candidateCsv":"id,score,region,source\n3,1.2,,api\n4,0.8,AU,api\n","allowedNewColumns":["source"],"missingRateReviewDelta":0.1,"numericRangeColumns":["score"]}'
Illustrative output or schema
{
  "product": "csv-drift-evidence",
  "version": "1.0.0",
  "disposition": "REVIEW",
  "score": 88,
  "baselineRows": 2,
  "candidateRows": 2,
  "removedColumns": [],
  "addedColumns": [
    "source"
  ],
  "disallowedAddedColumns": [],
  "reorderedColumns": false,
  "typeChanges": [],
  "missingRateChanges": [
    {
      "column": "region",
      "baseline": 0,
      "candidate": 0.5,
      "delta": 0.5
    }
  ],
  "numericRangeExcursions": [
    {
      "column": "score",
      "baselineMinimum": 0.7,
      "baselineMaximum": 0.9,
      "below": 0,
      "above": 1
    }
  ],
  "evidenceFingerprint": "15a1c350fa3d73358e9e0d846942c90e31a8923cbf6f41bcb2c10030505357a3"
}
existing-data

CSV pipeline integrity

Detect breaking CSV changes before an automated pipeline continues.

PAYMENT READINESS UNVERIFIED
Published route; a current unpaid challenge does not prove paid delivery.

Evidence and readiness
  • IMPLEMENTED: PASS
  • DEPLOYED: UNKNOWN
  • RUNTIME 402 PASS: UNKNOWN
  • CDP VALIDATE PASS: UNKNOWN
  • SETTLED IF LEGITIMATELY REQUIRED: UNKNOWN
  • CDP MERCHANT PRESENT: UNKNOWN
  • CDP SEMANTIC SEARCH PRESENT: UNKNOWN
  • DOWNSTREAM PRESENT: UNKNOWN
  • COMMERCIAL DELIVERY VERIFIED: UNKNOWN
  • PAYMENT CHALLENGE VALID: UNKNOWN
  • INDEXED: UNKNOWN
  • SEMANTICALLY DISCOVERABLE: UNKNOWN
  • DELIVERY VERIFIED: UNKNOWN
  • COMMERCIALLY VALIDATED: UNKNOWN
Settlement and delivery plus positive independence and refund exclusions required. Historical technical delivery does not establish current reliability, repeat demand or profit.

US$0.050000 per request

POST https://foundry-csv-pipeline-integrity-mainnet.inference-chip-index.workers.dev/v1/csv/integrity

Inputs

{
  "baselineCsv": "id,name,amount\n1,Ada,10\n2,Lin,20\n",
  "currentCsv": "id,name,amount\n1,Ada,10\n2,Lin,unknown\n",
  "schema": {
    "columns": [
      {
        "name": "id",
        "type": "integer",
        "required": true,
        "nullable": false
      },
      {
        "name": "name",
        "type": "string",
        "required": true,
        "nullable": false
      },
      {
        "name": "amount",
        "type": "number",
        "required": true,
        "nullable": false
      }
    ],
    "allowAdditionalColumns": false,
    "requireOrder": true
  }
}

Try the unpaid challenge

curl -X POST 'https://foundry-csv-pipeline-integrity-mainnet.inference-chip-index.workers.dev/v1/csv/integrity' -H 'Content-Type: application/json' --data '{"baselineCsv":"id,name,amount\n1,Ada,10\n2,Lin,20\n","currentCsv":"id,name,amount\n1,Ada,10\n2,Lin,unknown\n","schema":{"columns":[{"name":"id","type":"integer","required":true,"nullable":false},{"name":"name","type":"string","required":true,"nullable":false},{"name":"amount","type":"number","required":true,"nullable":false}],"allowAdditionalColumns":false,"requireOrder":true}}'
Illustrative output or schema
{
  "type": "object",
  "additionalProperties": false,
  "required": [
    "service",
    "version",
    "overallResult",
    "recommendation",
    "reasons",
    "analysisCompleteness",
    "baselineProfile",
    "currentProfile",
    "comparison",
    "schemaConformance",
    "breakingChanges",
    "findings",
    "processingLatencyMs"
  ],
  "properties": {
    "service": {
      "const": "csv_pipeline_integrity"
    },
    "version": {
      "type": "string"
    },
    "overallResult": {
      "enum": [
        "PASS",
        "WARN",
        "FAIL"
      ]
    },
    "recommendation": {
      "enum": [
        "CONTINUE",
        "REVIEW_BEFORE_CONTINUE",
        "BLOCK_PIPELINE"
      ]
    },
    "reasons": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "analysisCompleteness": {
      "enum": [
        "FULL",
        "PARTIAL"
      ]
    },
    "baselineProfile": {
      "type": "object"
    },
    "currentProfile": {
      "type": "object"
    },
    "comparison": {
      "type": "object"
    },
    "schemaConformance": {
      "type": "object"
    },
    "breakingChanges": {
      "type": "array",
      "items": {
        "type": "object"
      }
    },
    "findings": {
      "type": "array",
      "items": {
        "type": "object"
      }
    },
    "processingLatencyMs": {
      "type": "number",
      "minimum": 0
    }
  }
}
existing-data

Data compatibility

Deterministically gate caller-supplied field contracts before ingestion, migration, CI deployment, or machine-to-machine handoff; returns stable incompatibility codes and remediation actions without fetching data or validating API behavior.

RECOVERY PENDING
Current documented unpaid request returned HTTP 500 on 6 September. Do not pay until route-specific recovery is verified; healthy families continue.

Evidence and readiness
  • IMPLEMENTED: PASS
  • DEPLOYED: UNKNOWN
  • RUNTIME 402 PASS: UNKNOWN
  • CDP VALIDATE PASS: UNKNOWN
  • SETTLED IF LEGITIMATELY REQUIRED: UNKNOWN
  • CDP MERCHANT PRESENT: UNKNOWN
  • CDP SEMANTIC SEARCH PRESENT: UNKNOWN
  • DOWNSTREAM PRESENT: UNKNOWN
  • COMMERCIAL DELIVERY VERIFIED: UNKNOWN
  • PAYMENT CHALLENGE VALID: UNKNOWN
  • INDEXED: UNKNOWN
  • SEMANTICALLY DISCOVERABLE: UNKNOWN
  • DELIVERY VERIFIED: UNKNOWN
  • COMMERCIALLY VALIDATED: UNKNOWN
Settlement and delivery plus positive independence and refund exclusions required. Historical technical delivery does not establish current reliability, repeat demand or profit.

US$0.003000 per request

POST https://api.zfinia.com/x402/v1/data-compatibility-checker

Inputs

{
  "contract_version": "1",
  "comparison_mode": "backward_compatible",
  "canonicalization": "exact",
  "source_fields": [
    {
      "name": "id",
      "type": "string",
      "required": true,
      "nullable": false
    }
  ],
  "target_fields": [
    {
      "name": "id",
      "type": "string",
      "required": true,
      "nullable": false
    }
  ]
}

Try the unpaid challenge

curl -X POST 'https://api.zfinia.com/x402/v1/data-compatibility-checker' -H 'Content-Type: application/json' --data '{"contract_version":"1","comparison_mode":"backward_compatible","canonicalization":"exact","source_fields":[{"name":"id","type":"string","required":true,"nullable":false}],"target_fields":[{"name":"id","type":"string","required":true,"nullable":false}]}'
Illustrative output or schema
{
  "type": "object",
  "properties": {
    "contract_version": {
      "type": "string"
    },
    "comparison_mode": {
      "type": "string"
    },
    "canonicalization": {
      "type": "object"
    },
    "compatible": {
      "type": "boolean"
    },
    "issue_count": {
      "type": "integer"
    },
    "issues": {
      "type": "array"
    },
    "remediations": {
      "type": "array"
    },
    "checked_source_fields": {
      "type": "integer"
    },
    "checked_target_fields": {
      "type": "integer"
    },
    "assumptions": {
      "type": "array"
    },
    "limitations": {
      "type": "array"
    }
  },
  "required": [
    "contract_version",
    "comparison_mode",
    "canonicalization",
    "compatible",
    "issue_count",
    "issues",
    "remediations",
    "checked_source_fields",
    "checked_target_fields",
    "assumptions",
    "limitations"
  ],
  "additionalProperties": false
}
existing-data

Colour contrast

Calculate WCAG 2.x sRGB contrast for one caller-supplied colour pair; no interface-wide accessibility claim is made.

PAYMENT READINESS UNVERIFIED
Published route; a current unpaid challenge does not prove paid delivery.

Evidence and readiness
  • IMPLEMENTED: PASS
  • DEPLOYED: UNKNOWN
  • RUNTIME 402 PASS: UNKNOWN
  • CDP VALIDATE PASS: UNKNOWN
  • SETTLED IF LEGITIMATELY REQUIRED: UNKNOWN
  • CDP MERCHANT PRESENT: UNKNOWN
  • CDP SEMANTIC SEARCH PRESENT: UNKNOWN
  • DOWNSTREAM PRESENT: UNKNOWN
  • COMMERCIAL DELIVERY VERIFIED: UNKNOWN
  • PAYMENT CHALLENGE VALID: UNKNOWN
  • INDEXED: UNKNOWN
  • SEMANTICALLY DISCOVERABLE: UNKNOWN
  • DELIVERY VERIFIED: UNKNOWN
  • COMMERCIALLY VALIDATED: UNKNOWN
Settlement and delivery plus positive independence and refund exclusions required. Historical technical delivery does not establish current reliability, repeat demand or profit.

US$0.001000 per request

POST https://api.zfinia.com/x402/v1/accessibility-contrast-calculator

Inputs

{
  "foreground": "#000000",
  "background": "#ffffff",
  "large_text": false
}

Try the unpaid challenge

curl -X POST 'https://api.zfinia.com/x402/v1/accessibility-contrast-calculator' -H 'Content-Type: application/json' --data '{"foreground":"#000000","background":"#ffffff","large_text":false}'
Illustrative output or schema
{
  "type": "object",
  "properties": {
    "contrast_ratio": {
      "type": "number"
    },
    "wcag_aa": {
      "type": "boolean"
    },
    "wcag_aaa": {
      "type": "boolean"
    },
    "large_text": {
      "type": "boolean"
    },
    "limitations": {
      "type": "array"
    }
  },
  "required": [
    "contrast_ratio",
    "wcag_aa",
    "wcag_aaa",
    "large_text",
    "limitations"
  ],
  "additionalProperties": false
}
existing-data

Caller-supplied offer evidence

Convert caller-supplied authorized public product-page HTML containing schema.org Product JSON-LD into normalized Product/Offer evidence with SHA-256 provenance; no URL fetching, browser execution, or price-currentness claim.

PAYMENT READINESS UNVERIFIED
Published route; a current unpaid challenge does not prove paid delivery.

Evidence and readiness
  • IMPLEMENTED: PASS
  • DEPLOYED: UNKNOWN
  • RUNTIME 402 PASS: UNKNOWN
  • CDP VALIDATE PASS: UNKNOWN
  • SETTLED IF LEGITIMATELY REQUIRED: UNKNOWN
  • CDP MERCHANT PRESENT: UNKNOWN
  • CDP SEMANTIC SEARCH PRESENT: UNKNOWN
  • DOWNSTREAM PRESENT: UNKNOWN
  • COMMERCIAL DELIVERY VERIFIED: UNKNOWN
  • PAYMENT CHALLENGE VALID: UNKNOWN
  • INDEXED: UNKNOWN
  • SEMANTICALLY DISCOVERABLE: UNKNOWN
  • DELIVERY VERIFIED: UNKNOWN
  • COMMERCIALLY VALIDATED: UNKNOWN
Settlement and delivery plus positive independence and refund exclusions required. Historical technical delivery does not establish current reliability, repeat demand or profit.

US$0.100000 per request

POST https://api.zfinia.com/x402/v1/catalog-offer-evidence-extractor

Inputs

{
  "source_url": "https://example.com/products/widget",
  "html": "<script type=\"application/ld+json\">{\"@context\":\"https://schema.org\",\"@type\":\"Product\",\"name\":\"Widget\",\"offers\":{\"@type\":\"Offer\",\"price\":\"19.95\",\"priceCurrency\":\"USD\"}}</script>"
}

Try the unpaid challenge

curl -X POST 'https://api.zfinia.com/x402/v1/catalog-offer-evidence-extractor' -H 'Content-Type: application/json' --data '{"source_url":"https://example.com/products/widget","html":"<script type=\"application/ld+json\">{\"@context\":\"https://schema.org\",\"@type\":\"Product\",\"name\":\"Widget\",\"offers\":{\"@type\":\"Offer\",\"price\":\"19.95\",\"priceCurrency\":\"USD\"}}</script>"}'
Illustrative output or schema
{
  "type": "object",
  "additionalProperties": false,
  "required": [
    "capability_id",
    "version",
    "source",
    "product",
    "evidence"
  ],
  "properties": {
    "capability_id": {
      "const": "public_catalog_offer_evidence"
    },
    "version": {
      "type": "string"
    },
    "source": {
      "type": "object"
    },
    "product": {
      "type": "object"
    },
    "evidence": {
      "type": "object"
    }
  }
}
official-data

Scholarly evidence

Compare open DOI metadata across Crossref and DataCite

PAYMENT READINESS UNVERIFIED
Production database recovery proven on 6 September; an unpaid challenge alone does not prove current paid delivery.

Evidence and readiness
  • IMPLEMENTED: PASS
  • DEPLOYED: UNKNOWN
  • RUNTIME 402 PASS: UNKNOWN
  • CDP VALIDATE PASS: UNKNOWN
  • SETTLED IF LEGITIMATELY REQUIRED: UNKNOWN
  • CDP MERCHANT PRESENT: UNKNOWN
  • CDP SEMANTIC SEARCH PRESENT: UNKNOWN
  • DOWNSTREAM PRESENT: UNKNOWN
  • COMMERCIAL DELIVERY VERIFIED: UNKNOWN
  • PAYMENT CHALLENGE VALID: UNKNOWN
  • INDEXED: UNKNOWN
  • SEMANTICALLY DISCOVERABLE: UNKNOWN
  • DELIVERY VERIFIED: UNKNOWN
  • COMMERCIALLY VALIDATED: UNKNOWN
Settlement and delivery plus positive independence and refund exclusions required. Historical technical delivery does not establish current reliability, repeat demand or profit.

US$0.012000 per request

POST https://foundry-open-scholarly-evidence-mainnet.inference-chip-index.workers.dev/v1/scholarly/evidence

Inputs

{
  "doi": "10.1038/nphys1170"
}

Try the unpaid challenge

curl -X POST 'https://foundry-open-scholarly-evidence-mainnet.inference-chip-index.workers.dev/v1/scholarly/evidence' -H 'Content-Type: application/json' --data '{"doi":"10.1038/nphys1170"}'
Illustrative output or schema
{
  "type": "object",
  "additionalProperties": false,
  "required": [
    "product",
    "version",
    "queriedDoi",
    "disposition",
    "matches",
    "sources",
    "evidenceFingerprint",
    "caveats"
  ],
  "properties": {
    "product": {
      "type": "string",
      "const": "open-scholarly-evidence"
    },
    "version": {
      "type": "string",
      "const": "1.0.0"
    },
    "queriedDoi": {
      "type": "string"
    },
    "disposition": {
      "type": "string",
      "enum": [
        "CONFIRMED",
        "PARTIAL",
        "CONFLICT",
        "UNAVAILABLE"
      ]
    },
    "matches": {
      "type": "object",
      "additionalProperties": false,
      "required": [
        "doi",
        "title",
        "year"
      ],
      "properties": {
        "doi": {
          "type": [
            "boolean",
            "null"
          ]
        },
        "title": {
          "type": [
            "boolean",
            "null"
          ]
        },
        "year": {
          "type": [
            "boolean",
            "null"
          ]
        }
      }
    },
    "sources": {
      "type": "array",
      "minItems": 2,
      "maxItems": 2,
      "items": {
        "type": "object",
        "additionalProperties": false,
        "required": [
          "source",
          "status",
          "doi",
          "title",
          "year",
          "type"
        ],
        "properties": {
          "source": {
            "type": "string",
            "enum": [
              "crossref",
              "datacite"
            ]
          },
          "status": {
            "type": "string",
            "enum": [
              "FOUND",
              "NOT_FOUND",
              "UNAVAILABLE",
              "INVALID_RESPONSE"
            ]
          },
          "doi": {
            "type": [
              "string",
              "null"
            ]
          },
          "title": {
            "type": [
              "string",
              "null"
            ]
          },
          "year": {
            "type": [
              "integer",
              "null"
            ]
          },
          "type": {
            "type": [
              "string",
              "null"
            ]
          }
        }
      }
    },
    "evidenceFingerprint": {
      "type": "string",
      "pattern": "^[0-9a-f]{64}$"
    },
    "caveats": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  }
}
domain-email

DKIM selector deployment contract

Compare one or two caller-declared DKIM selector TXT values with current DNS evidence before a selector rotation. Exact decoded text comparison, explicit absent and unknown results, source timestamps and published-record checks. No signature or deliverability guarantee.

ENABLED DISCOVERY PENDING
Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.

Evidence and readiness
  • IMPLEMENTED: PASS
  • DEPLOYED: UNKNOWN
  • RUNTIME 402 PASS: UNKNOWN
  • CDP VALIDATE PASS: UNKNOWN
  • SETTLED IF LEGITIMATELY REQUIRED: UNKNOWN
  • CDP MERCHANT PRESENT: UNKNOWN
  • CDP SEMANTIC SEARCH PRESENT: UNKNOWN
  • DOWNSTREAM PRESENT: UNKNOWN
  • COMMERCIAL DELIVERY VERIFIED: UNKNOWN
  • PAYMENT CHALLENGE VALID: UNKNOWN
  • INDEXED: UNKNOWN
  • SEMANTICALLY DISCOVERABLE: UNKNOWN
  • DELIVERY VERIFIED: UNKNOWN
  • COMMERCIALLY VALIDATED: UNKNOWN
Settlement and delivery plus positive independence and refund exclusions required. Historical technical delivery does not establish current reliability, repeat demand or profit.

US$0.005000 per request

POST https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/domain/dns-mail-auth-selector-compare

Inputs

{
  "domain": "example.com",
  "selectors": [
    {
      "selector": "s1",
      "expected_txt": "v=DKIM1; p=EXAMPLE_PUBLIC_KEY"
    }
  ]
}

Try the unpaid challenge

curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/domain/dns-mail-auth-selector-compare' -H 'Content-Type: application/json' --data '{"domain":"example.com","selectors":[{"selector":"s1","expected_txt":"v=DKIM1; p=EXAMPLE_PUBLIC_KEY"}]}'
Illustrative output or schema
{
  "route": "dns-mail-auth-selector-compare",
  "observed_at": "2026-09-06T00:00:00Z",
  "result": {
    "domain": "example.com",
    "observed_at": "2026-09-07T00:00:00Z",
    "comparisons": [
      {
        "selector": "s1",
        "query_name": "s1._domainkey.example.com",
        "status": "ABSENT",
        "expected_txt": "v=DKIM1; p=EXAMPLE_PUBLIC_KEY",
        "observed_txt": [],
        "authentication_record": {
          "status": "ABSENT",
          "records": [],
          "tags": {},
          "limitations": [
            "Synthetic example only."
          ]
        },
        "evidence": {
          "name": "s1._domainkey.example.com",
          "type": "TXT",
          "status": "NXDOMAIN",
          "rcode": 3,
          "records": [],
          "dnssec": "UNKNOWN",
          "observedAt": "2026-09-07T00:00:00Z",
          "source": "https://cloudflare-dns.com/dns-query?name=s1._domainkey.example.com&type=TXT",
          "attribution": "Cloudflare 1.1.1.1 public resolver; authoritative DNS records; no endorsement"
        }
      }
    ],
    "limitations": [
      "Queries only the one or two selectors explicitly supplied by the caller. No guessing, enumeration, email sending or private-key access.",
      "Matches decoded TXT content exactly, including tag order, case and whitespace; lexical differences do not establish different cryptographic keys.",
      "A MATCH establishes published text equality only, not message signature validity, successful rotation, delivery or ownership. Truncated/failed resolver answers remain UNKNOWN."
    ]
  }
}
domain-email

Two-domain DNS migration reconciliation

Compare live apex DNS record sets across two domains using only your explicit whole-record mappings. Find missing and additional destination records, unapplied mappings and unknown source reads. At most five record types and ten resolver requests; no migration or delivery guarantee.

ENABLED DISCOVERY PENDING
Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.

Evidence and readiness
  • IMPLEMENTED: PASS
  • DEPLOYED: UNKNOWN
  • RUNTIME 402 PASS: UNKNOWN
  • CDP VALIDATE PASS: UNKNOWN
  • SETTLED IF LEGITIMATELY REQUIRED: UNKNOWN
  • CDP MERCHANT PRESENT: UNKNOWN
  • CDP SEMANTIC SEARCH PRESENT: UNKNOWN
  • DOWNSTREAM PRESENT: UNKNOWN
  • COMMERCIAL DELIVERY VERIFIED: UNKNOWN
  • PAYMENT CHALLENGE VALID: UNKNOWN
  • INDEXED: UNKNOWN
  • SEMANTICALLY DISCOVERABLE: UNKNOWN
  • DELIVERY VERIFIED: UNKNOWN
  • COMMERCIALLY VALIDATED: UNKNOWN
Settlement and delivery plus positive independence and refund exclusions required. Historical technical delivery does not establish current reliability, repeat demand or profit.

US$0.007000 per request

POST https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/domain/dns-domain-migration-reconciliation

Inputs

{
  "source_domain": "example.com",
  "destination_domain": "example.net",
  "record_types": [
    "MX"
  ],
  "record_mappings": []
}

Try the unpaid challenge

curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/domain/dns-domain-migration-reconciliation' -H 'Content-Type: application/json' --data '{"source_domain":"example.com","destination_domain":"example.net","record_types":["MX"],"record_mappings":[]}'
Illustrative output or schema
{
  "route": "dns-domain-migration-reconciliation",
  "observed_at": "2026-09-06T00:00:00Z",
  "result": {
    "source_domain": "example.com",
    "destination_domain": "example.net",
    "observed_at": "2026-09-07T00:00:00Z",
    "comparisons": [
      {
        "type": "MX",
        "status": "BOTH_ABSENT",
        "expected_after_mapping": [],
        "destination_records": [],
        "missing_at_destination": [],
        "extra_at_destination": [],
        "unused_mappings": [],
        "source_evidence": {
          "name": "example.com",
          "type": "MX",
          "status": "NO_DATA",
          "rcode": 0,
          "records": [],
          "dnssec": "UNKNOWN",
          "observedAt": "2026-09-07T00:00:00Z",
          "source": "https://cloudflare-dns.com/dns-query?name=example.com&type=MX",
          "attribution": "Cloudflare 1.1.1.1 public resolver; authoritative DNS records; no endorsement"
        },
        "destination_evidence": {
          "name": "example.net",
          "type": "MX",
          "status": "NO_DATA",
          "rcode": 0,
          "records": [],
          "dnssec": "UNKNOWN",
          "observedAt": "2026-09-07T00:00:00Z",
          "source": "https://cloudflare-dns.com/dns-query?name=example.net&type=MX",
          "attribution": "Cloudflare 1.1.1.1 public resolver; authoritative DNS records; no endorsement"
        }
      }
    ],
    "limitations": [
      "Compares requested apex records from two live recursive-resolver observations. No subdomain enumeration, persistent monitoring or ownership claim.",
      "Only full record values explicitly listed in record_mappings are substituted once; no inferred host, address, priority or TXT rewriting. DNS record order and TTL are excluded.",
      "NS/MX host names compare without case or terminal-dot differences. IP and TXT values compare presentation strings, so lexical differences may remain despite semantic equivalence.",
      "MATCH means these observed record sets match under the declared mapping. It does not prove migration completion, authoritative propagation, service health, mailbox existence or delivery. BOTH_ABSENT is not a successful deployment.",
      "Synthetic example only."
    ]
  }
}
official-data

Two-site hourly weather limit comparison

Compare two US work sites for the same weather window of up to 24 hours. Receive aligned outcomes for your temperature, wind and rain limits, durations for matching and unknown conditions, and separate NWS evidence. No safety or preferred-site recommendation.

ENABLED DISCOVERY PENDING
Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.

Evidence and readiness
  • IMPLEMENTED: PASS
  • DEPLOYED: UNKNOWN
  • RUNTIME 402 PASS: UNKNOWN
  • CDP VALIDATE PASS: UNKNOWN
  • SETTLED IF LEGITIMATELY REQUIRED: UNKNOWN
  • CDP MERCHANT PRESENT: UNKNOWN
  • CDP SEMANTIC SEARCH PRESENT: UNKNOWN
  • DOWNSTREAM PRESENT: UNKNOWN
  • COMMERCIAL DELIVERY VERIFIED: UNKNOWN
  • PAYMENT CHALLENGE VALID: UNKNOWN
  • INDEXED: UNKNOWN
  • SEMANTICALLY DISCOVERABLE: UNKNOWN
  • DELIVERY VERIFIED: UNKNOWN
  • COMMERCIALLY VALIDATED: UNKNOWN
Settlement and delivery plus positive independence and refund exclusions required. Historical technical delivery does not establish current reliability, repeat demand or profit.

US$0.012000 per request

POST https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/official/nws-two-site-operating-comparison

Inputs

{
  "site_a": {
    "latitude": 39.7456,
    "longitude": -97.0892
  },
  "site_b": {
    "latitude": 40.015,
    "longitude": -105.2705
  },
  "start_hours_from_now": 0,
  "duration_hours": 12,
  "min_temperature_c": 5,
  "max_temperature_c": 30,
  "max_wind_kph": 25,
  "max_precipitation_probability": 30
}

Try the unpaid challenge

curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/official/nws-two-site-operating-comparison' -H 'Content-Type: application/json' --data '{"site_a":{"latitude":39.7456,"longitude":-97.0892},"site_b":{"latitude":40.015,"longitude":-105.2705},"start_hours_from_now":0,"duration_hours":12,"min_temperature_c":5,"max_temperature_c":30,"max_wind_kph":25,"max_precipitation_probability":30}'
Illustrative output or schema
{
  "route": "nws-two-site-operating-comparison",
  "observed_at": "2026-09-06T00:00:00Z",
  "result": {
    "requested_window": {
      "start": "2026-09-06T00:00:00Z",
      "end": "2026-09-06T12:00:00Z"
    },
    "thresholds": {
      "min_temperature_c": 5,
      "max_temperature_c": 30,
      "max_wind_kph": 25,
      "max_precipitation_probability": 30
    },
    "sites": [
      {
        "site": "A",
        "location": {
          "latitude": 39.7456,
          "longitude": -97.0892
        },
        "source": {
          "url": "https://api.weather.gov/gridpoints/TOP/31,80/forecast/hourly",
          "updated_at": null,
          "retrieved_at": "2026-09-06T00:00:00Z",
          "cache_age_seconds": 0
        },
        "coverage_complete": false,
        "periods": []
      },
      {
        "site": "B",
        "location": {
          "latitude": 40.015,
          "longitude": -105.2705
        },
        "source": {
          "url": "https://api.weather.gov/gridpoints/TOP/31,80/forecast/hourly",
          "updated_at": null,
          "retrieved_at": "2026-09-06T00:00:00Z",
          "cache_age_seconds": 0
        },
        "coverage_complete": false,
        "periods": []
      }
    ],
    "same_forecast_resource": true,
    "aligned_periods": [
      {
        "start": "2026-09-06T00:00:00Z",
        "end": "2026-09-06T12:00:00Z",
        "site_a_status": "UNKNOWN",
        "site_b_status": "UNKNOWN",
        "comparison": "UNKNOWN"
      }
    ],
    "duration_minutes": {
      "site_a": {
        "match_minutes": 0,
        "nonmatch_minutes": 0,
        "unknown_minutes": 720
      },
      "site_b": {
        "match_minutes": 0,
        "nonmatch_minutes": 0,
        "unknown_minutes": 720
      },
      "both_match": 0
    },
    "attribution": "NOAA / National Weather Service; normalized by Foundry; no endorsement",
    "terms_url": "https://www.weather.gov/disclaimer",
    "limitations": [
      "Synthetic example only. Forecast evidence, not a safety assessment. Unknown coverage is not a match."
    ]
  }
}
official-data

Hourly weather limits with active alert overlaps

Join hourly NWS weather-limit windows with currently active point alerts that overlap each interval. Send a US point, duration and explicit weather limits. Unknown alert timing, missing forecast data and truncation remain visible; no safety conclusion.

ENABLED DISCOVERY PENDING
Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.

Evidence and readiness
  • IMPLEMENTED: PASS
  • DEPLOYED: UNKNOWN
  • RUNTIME 402 PASS: UNKNOWN
  • CDP VALIDATE PASS: UNKNOWN
  • SETTLED IF LEGITIMATELY REQUIRED: UNKNOWN
  • CDP MERCHANT PRESENT: UNKNOWN
  • CDP SEMANTIC SEARCH PRESENT: UNKNOWN
  • DOWNSTREAM PRESENT: UNKNOWN
  • COMMERCIAL DELIVERY VERIFIED: UNKNOWN
  • PAYMENT CHALLENGE VALID: UNKNOWN
  • INDEXED: UNKNOWN
  • SEMANTICALLY DISCOVERABLE: UNKNOWN
  • DELIVERY VERIFIED: UNKNOWN
  • COMMERCIALLY VALIDATED: UNKNOWN
Settlement and delivery plus positive independence and refund exclusions required. Historical technical delivery does not establish current reliability, repeat demand or profit.

US$0.008000 per request

POST https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/official/nws-weather-alert-window-composite

Inputs

{
  "latitude": 39.7456,
  "longitude": -97.0892,
  "start_hours_from_now": 0,
  "duration_hours": 12,
  "min_temperature_c": 5,
  "max_temperature_c": 30,
  "max_wind_kph": 25,
  "max_precipitation_probability": 30
}

Try the unpaid challenge

curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/official/nws-weather-alert-window-composite' -H 'Content-Type: application/json' --data '{"latitude":39.7456,"longitude":-97.0892,"start_hours_from_now":0,"duration_hours":12,"min_temperature_c":5,"max_temperature_c":30,"max_wind_kph":25,"max_precipitation_probability":30}'
Illustrative output or schema
{
  "route": "nws-weather-alert-window-composite",
  "observed_at": "2026-09-06T00:00:00Z",
  "result": {
    "location": {
      "latitude": 39.7456,
      "longitude": -97.0892
    },
    "requested_window": {
      "start": "2026-09-07T00:00:00Z",
      "end": "2026-09-07T12:00:00Z"
    },
    "thresholds": {
      "min_temperature_c": 5,
      "max_temperature_c": 30,
      "max_wind_kph": 25,
      "max_precipitation_probability": 30
    },
    "weather_periods": [],
    "forecast_coverage_complete": false,
    "current_alerts": [],
    "joined_windows": [
      {
        "start": "2026-09-07T00:00:00Z",
        "end": "2026-09-07T12:00:00Z",
        "weather_status": "UNKNOWN",
        "overlapping_alert_ids": []
      }
    ],
    "timing_unknown_alert_ids": [],
    "alerts_truncated": false,
    "alert_scope": "CURRENT_ACTIVE_ONLY",
    "sources": [
      {
        "kind": "HOURLY_FORECAST",
        "url": "https://api.weather.gov/gridpoints/TOP/31,80/forecast/hourly",
        "retrieved_at": "2026-09-07T00:00:00Z",
        "updated_at": null,
        "cache_age_seconds": 0
      },
      {
        "kind": "CURRENT_POINT_ALERTS",
        "url": "https://api.weather.gov/alerts?active=true&point=39.7456%2C-97.0892&limit=100",
        "retrieved_at": "2026-09-07T00:00:00Z",
        "updated_at": null,
        "cache_age_seconds": 0
      }
    ],
    "attribution": "NOAA / National Weather Service; normalized by Foundry; no endorsement",
    "terms_url": "https://www.weather.gov/disclaimer",
    "limitations": [
      "Synthetic example only. No alerts or matching weather does not prove safe conditions."
    ]
  }
}
official-data

Allocate earthquake observations to declared assets

Match up to five declared asset points to USGS earthquake observations within a common radius and seven-day window. Returns asset-event pairs, approximate distances and per-asset completeness from one bounded search. No damage or hazard conclusion.

ENABLED DISCOVERY PENDING
Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.

Evidence and readiness
  • IMPLEMENTED: PASS
  • DEPLOYED: UNKNOWN
  • RUNTIME 402 PASS: UNKNOWN
  • CDP VALIDATE PASS: UNKNOWN
  • SETTLED IF LEGITIMATELY REQUIRED: UNKNOWN
  • CDP MERCHANT PRESENT: UNKNOWN
  • CDP SEMANTIC SEARCH PRESENT: UNKNOWN
  • DOWNSTREAM PRESENT: UNKNOWN
  • COMMERCIAL DELIVERY VERIFIED: UNKNOWN
  • PAYMENT CHALLENGE VALID: UNKNOWN
  • INDEXED: UNKNOWN
  • SEMANTICALLY DISCOVERABLE: UNKNOWN
  • DELIVERY VERIFIED: UNKNOWN
  • COMMERCIALLY VALIDATED: UNKNOWN
Settlement and delivery plus positive independence and refund exclusions required. Historical technical delivery does not establish current reliability, repeat demand or profit.

US$0.009000 per request

POST https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/official/usgs-asset-incident-composite

Inputs

{
  "assets": [
    {
      "id": "warehouse-a",
      "latitude": 37.77,
      "longitude": -122.42
    },
    {
      "id": "warehouse-b",
      "latitude": 37.33,
      "longitude": -121.89
    }
  ],
  "radius_km": 100,
  "start_time": "2026-09-05T00:00:00Z",
  "end_time": "2026-09-06T00:00:00Z",
  "minimum_magnitude": 0,
  "limit": 20
}

Try the unpaid challenge

curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/official/usgs-asset-incident-composite' -H 'Content-Type: application/json' --data '{"assets":[{"id":"warehouse-a","latitude":37.77,"longitude":-122.42},{"id":"warehouse-b","latitude":37.33,"longitude":-121.89}],"radius_km":100,"start_time":"2026-09-05T00:00:00Z","end_time":"2026-09-06T00:00:00Z","minimum_magnitude":0,"limit":20}'
Illustrative output or schema
{
  "route": "usgs-asset-incident-composite",
  "observed_at": "2026-09-06T00:00:00Z",
  "result": {
    "observed_at": "2026-09-06T00:00:00Z",
    "assets": [
      {
        "id": "warehouse-a",
        "latitude": 37.77,
        "longitude": -122.42
      },
      {
        "id": "warehouse-b",
        "latitude": 37.33,
        "longitude": -121.89
      }
    ],
    "radius_km": 100,
    "pairs": [],
    "asset_summaries": [
      {
        "asset_id": "warehouse-a",
        "matched_events": 0,
        "status": "NONE_OBSERVED_COMPLETE",
        "pair_list_complete": true
      },
      {
        "asset_id": "warehouse-b",
        "matched_events": 0,
        "status": "NONE_OBSERVED_COMPLETE",
        "pair_list_complete": true
      }
    ],
    "unlocated_event_ids": [],
    "distance_method": "SPHERICAL_HAVERSINE_R6371.0088_KM",
    "current": {
      "observed_at": "2026-09-06T00:00:00Z",
      "query": {
        "latitude": 37.77,
        "longitude": -122.42,
        "radius_km": 100,
        "start_time": "2026-09-05T00:00:00Z",
        "end_time": "2026-09-06T00:00:00Z",
        "minimum_magnitude": 0,
        "limit": 10
      },
      "events": [],
      "complete": true,
      "evidence": {
        "source": "USGS Earthquake Catalog",
        "source_url": "https://earthquake.usgs.gov/fdsnws/event/1/query",
        "retrieved_at": "2026-09-06T00:00:00Z",
        "source_generated_at": null,
        "cache_age_seconds": 0,
        "attribution": "US Geological Survey and the contributing seismic network identified in each record",
        "license": "US public-domain earthquake facts; no third-party media",
        "terms_url": "https://www.usgs.gov/information-policies-and-instructions/copyrights-and-credits",
        "upstream_calls": 1
      },
      "limitations": [
        "Reported seismic observations may be revised; no emergency warning or impact prediction.",
        "Complete means the bounded source query was not truncated at retrieval; it does not guarantee all earthquakes are catalogued.",
        "Synthetic empty result only; no live observation claimed."
      ]
    },
    "limitations": [
      "Synthetic empty example; no actual asset exposure observation."
    ]
  }
}
official-data

Compare declared study dates with registry evidence

Compare supplied start or completion dates for up to three NCT study records against current ClinicalTrials.gov values. Preserve year, month and day precision and identify disjoint or overlapping date ranges. Date values only; no claim a milestone occurred.

ENABLED DISCOVERY PENDING
Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.

Evidence and readiness
  • IMPLEMENTED: PASS
  • DEPLOYED: UNKNOWN
  • RUNTIME 402 PASS: UNKNOWN
  • CDP VALIDATE PASS: UNKNOWN
  • SETTLED IF LEGITIMATELY REQUIRED: UNKNOWN
  • CDP MERCHANT PRESENT: UNKNOWN
  • CDP SEMANTIC SEARCH PRESENT: UNKNOWN
  • DOWNSTREAM PRESENT: UNKNOWN
  • COMMERCIAL DELIVERY VERIFIED: UNKNOWN
  • PAYMENT CHALLENGE VALID: UNKNOWN
  • INDEXED: UNKNOWN
  • SEMANTICALLY DISCOVERABLE: UNKNOWN
  • DELIVERY VERIFIED: UNKNOWN
  • COMMERCIALLY VALIDATED: UNKNOWN
Settlement and delivery plus positive independence and refund exclusions required. Historical technical delivery does not establish current reliability, repeat demand or profit.

US$0.015000 per request

POST https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/official/clinical-study-date-contract

Inputs

{
  "studies": [
    {
      "nct_id": "NCT00110383",
      "dates": [
        {
          "field": "completionDate",
          "expected": "2026-09"
        }
      ]
    }
  ]
}

Try the unpaid challenge

curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/official/clinical-study-date-contract' -H 'Content-Type: application/json' --data '{"studies":[{"nct_id":"NCT00110383","dates":[{"field":"completionDate","expected":"2026-09"}]}]}'
Illustrative output or schema
{
  "route": "clinical-study-date-contract",
  "observed_at": "2026-09-06T00:00:00Z",
  "result": {
    "observed_at": "2026-09-06T00:00:00Z",
    "studies": [
      {
        "nct_id": "NCT00110383",
        "comparisons": [
          {
            "field": "completionDate",
            "expected": "2026-09",
            "reported": null,
            "expected_interval": {
              "precision": "MONTH",
              "earliest": "2026-09-01",
              "latest": "2026-09-30"
            },
            "reported_interval": null,
            "status": "UNKNOWN"
          }
        ],
        "evidence": {
          "observedAt": "2026-09-06T00:00:00Z",
          "source": "ClinicalTrials.gov",
          "sourceUrl": "https://clinicaltrials.gov",
          "sourceUpdatedAt": null,
          "sourceProcessedAt": null,
          "query": {
            "nct_id": "NCT00110383"
          },
          "normalizedResult": [
            {
              "nctId": "NCT00110383",
              "title": null,
              "overallStatus": null,
              "studyType": null,
              "startDate": null,
              "completionDate": null,
              "lastUpdatePostDate": null,
              "phases": [],
              "sourceUrl": "https://clinicaltrials.gov/study/NCT00110383"
            }
          ],
          "rawSourceIdentifiers": [],
          "freshness": {
            "retrievedAt": "2026-09-06T00:00:00Z",
            "cacheAgeSeconds": 0,
            "maximumCacheSeconds": 0,
            "state": "CURRENT_RETRIEVAL",
            "recordAgeIsNotRetrievalAge": true
          },
          "provenance": {
            "attribution": "ClinicalTrials.gov, US National Library of Medicine",
            "license": "ClinicalTrials.gov terms; bounded factual study metadata only",
            "termsUrl": "https://clinicaltrials.gov/about-site/terms-conditions",
            "documentationUrl": "https://clinicaltrials.gov/data-api/api",
            "modifications": "Selected factual fields, normalized names and bounded result count; no source ownership claimed.",
            "limitations": [
              "Synthetic example only; identifiers and null values illustrate fields, not a live observation."
            ],
            "upstreamCalls": 1,
            "truncated": false
          }
        }
      }
    ],
    "limitations": [
      "Synthetic date comparison only. Actual versus estimated milestone status is not provided."
    ]
  }
}
official-data

Reconcile a clinical study search shortlist

Compare up to twenty saved NCT identifiers with the newest bounded ClinicalTrials.gov results for a condition. Return added, retained and unobserved identifiers, preserving pagination uncertainty and registry processing time. No deleted-study or medical conclusion.

ENABLED DISCOVERY PENDING
Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.

Evidence and readiness
  • IMPLEMENTED: PASS
  • DEPLOYED: UNKNOWN
  • RUNTIME 402 PASS: UNKNOWN
  • CDP VALIDATE PASS: UNKNOWN
  • SETTLED IF LEGITIMATELY REQUIRED: UNKNOWN
  • CDP MERCHANT PRESENT: UNKNOWN
  • CDP SEMANTIC SEARCH PRESENT: UNKNOWN
  • DOWNSTREAM PRESENT: UNKNOWN
  • COMMERCIAL DELIVERY VERIFIED: UNKNOWN
  • PAYMENT CHALLENGE VALID: UNKNOWN
  • INDEXED: UNKNOWN
  • SEMANTICALLY DISCOVERABLE: UNKNOWN
  • DELIVERY VERIFIED: UNKNOWN
  • COMMERCIALLY VALIDATED: UNKNOWN
Settlement and delivery plus positive independence and refund exclusions required. Historical technical delivery does not establish current reliability, repeat demand or profit.

US$0.015000 per request

POST https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/official/clinical-search-set-change

Inputs

{
  "condition": "asthma",
  "limit": 20,
  "baseline_nct_ids": [
    "NCT00110383"
  ]
}

Try the unpaid challenge

curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/official/clinical-search-set-change' -H 'Content-Type: application/json' --data '{"condition":"asthma","limit":20,"baseline_nct_ids":["NCT00110383"]}'
Illustrative output or schema
{
  "route": "clinical-search-set-change",
  "observed_at": "2026-09-06T00:00:00Z",
  "result": {
    "observed_at": "2026-09-06T00:00:00Z",
    "condition": "asthma",
    "added_to_observed_page": [],
    "retained_in_observed_page": [
      "NCT00110383"
    ],
    "not_observed_baseline_ids": [],
    "absence_interpretation": "NOT_IN_CURRENT_QUERY",
    "current": {
      "observedAt": "2026-09-06T00:00:00Z",
      "source": "ClinicalTrials.gov",
      "sourceUrl": "https://clinicaltrials.gov",
      "sourceUpdatedAt": null,
      "sourceProcessedAt": null,
      "query": {
        "condition": "asthma",
        "limit": 5
      },
      "normalizedResult": [
        {
          "nctId": "NCT00110383",
          "title": null,
          "overallStatus": null,
          "studyType": null,
          "startDate": null,
          "completionDate": null,
          "lastUpdatePostDate": null,
          "phases": [],
          "sourceUrl": "https://clinicaltrials.gov/study/NCT00110383"
        }
      ],
      "rawSourceIdentifiers": [],
      "freshness": {
        "retrievedAt": "2026-09-06T00:00:00Z",
        "cacheAgeSeconds": 0,
        "maximumCacheSeconds": 0,
        "state": "CURRENT_RETRIEVAL",
        "recordAgeIsNotRetrievalAge": true
      },
      "provenance": {
        "attribution": "ClinicalTrials.gov, US National Library of Medicine",
        "license": "ClinicalTrials.gov terms; bounded factual study metadata only",
        "termsUrl": "https://clinicaltrials.gov/about-site/terms-conditions",
        "documentationUrl": "https://clinicaltrials.gov/data-api/api",
        "modifications": "Selected factual fields, normalized names and bounded result count; no source ownership claimed.",
        "limitations": [
          "Synthetic example only; identifiers and null values illustrate fields, not a live observation."
        ],
        "upstreamCalls": 1,
        "truncated": false
      }
    },
    "limitations": [
      "Synthetic example only. A missing identifier is not proof a study was deleted."
    ]
  }
}
official-data

Reconcile a declared LEI record snapshot

Compare one caller-supplied LEI snapshot with current GLEIF legal name, jurisdiction, entity status, registration status and record timestamps. Return field differences, normalized agreements and unknowns with source evidence. No historical verification or ownership conclusion.

ENABLED DISCOVERY PENDING
Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.

Evidence and readiness
  • IMPLEMENTED: PASS
  • DEPLOYED: UNKNOWN
  • RUNTIME 402 PASS: UNKNOWN
  • CDP VALIDATE PASS: UNKNOWN
  • SETTLED IF LEGITIMATELY REQUIRED: UNKNOWN
  • CDP MERCHANT PRESENT: UNKNOWN
  • CDP SEMANTIC SEARCH PRESENT: UNKNOWN
  • DOWNSTREAM PRESENT: UNKNOWN
  • COMMERCIAL DELIVERY VERIFIED: UNKNOWN
  • PAYMENT CHALLENGE VALID: UNKNOWN
  • INDEXED: UNKNOWN
  • SEMANTICALLY DISCOVERABLE: UNKNOWN
  • DELIVERY VERIFIED: UNKNOWN
  • COMMERCIALLY VALIDATED: UNKNOWN
Settlement and delivery plus positive independence and refund exclusions required. Historical technical delivery does not establish current reliability, repeat demand or profit.

US$0.006000 per request

POST https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/official/gleif-record-baseline-change

Inputs

{
  "lei": "5493001KJTIIGC8Y1R12",
  "baseline_fields": [
    {
      "field": "registrationStatus",
      "value": "ISSUED"
    },
    {
      "field": "nextRenewal",
      "value": "2026-09-01T00:00:00Z"
    }
  ]
}

Try the unpaid challenge

curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/official/gleif-record-baseline-change' -H 'Content-Type: application/json' --data '{"lei":"5493001KJTIIGC8Y1R12","baseline_fields":[{"field":"registrationStatus","value":"ISSUED"},{"field":"nextRenewal","value":"2026-09-01T00:00:00Z"}]}'
Illustrative output or schema
{
  "route": "gleif-record-baseline-change",
  "observed_at": "2026-09-06T00:00:00Z",
  "result": {
    "observed_at": "2026-09-06T00:00:00Z",
    "lei": "5493001KJTIIGC8Y1R12",
    "comparisons": [
      {
        "field": "registrationStatus",
        "baseline": "ISSUED",
        "current": null,
        "status": "UNKNOWN",
        "normalization": "NFKC_CASE_WHITESPACE"
      }
    ],
    "mismatched_fields": [],
    "unknown_fields": [
      "registrationStatus"
    ],
    "evidence": {
      "observedAt": "2026-09-06T00:00:00Z",
      "source": "GLEIF LEI reference data",
      "sourceUrl": "https://api.gleif.org",
      "sourceUpdatedAt": null,
      "sourceProcessedAt": null,
      "query": {
        "lei": "5493001KJTIIGC8Y1R12"
      },
      "normalizedResult": [
        {
          "lei": "5493001KJTIIGC8Y1R12",
          "legalName": null,
          "jurisdiction": null,
          "entityStatus": null,
          "registrationStatus": null,
          "lastUpdated": null,
          "nextRenewal": null,
          "sourceUrl": null
        }
      ],
      "rawSourceIdentifiers": [],
      "freshness": {
        "retrievedAt": "2026-09-06T00:00:00Z",
        "cacheAgeSeconds": 0,
        "maximumCacheSeconds": 60,
        "state": "CURRENT_RETRIEVAL",
        "recordAgeIsNotRetrievalAge": true
      },
      "provenance": {
        "attribution": "GLEIF LEI reference data; no endorsement",
        "license": "CC0 1.0 LEI/LE-RD",
        "termsUrl": "https://www.gleif.org/en/meta/lei-data-terms-of-use",
        "documentationUrl": "https://www.gleif.org/en/lei-data/gleif-api",
        "modifications": "Selected factual fields, normalized names and bounded result count; no source ownership claimed.",
        "limitations": [
          "Synthetic example only; identifiers and null values illustrate fields, not a live observation."
        ],
        "upstreamCalls": 1,
        "truncated": false
      }
    },
    "limitations": [
      "Synthetic comparison only. The caller baseline is not authenticated historical evidence."
    ]
  }
}
x402-native

Preflight an x402 endpoint

Check an x402 endpoint before paying: inspect status, price, Base network, payTo and declared schemas. Reviewed origins only; no target payment.

ENABLED DISCOVERY PENDING
Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.

Evidence and readiness
  • IMPLEMENTED: PASS
  • DEPLOYED: UNKNOWN
  • RUNTIME 402 PASS: UNKNOWN
  • CDP VALIDATE PASS: UNKNOWN
  • SETTLED IF LEGITIMATELY REQUIRED: UNKNOWN
  • CDP MERCHANT PRESENT: UNKNOWN
  • CDP SEMANTIC SEARCH PRESENT: UNKNOWN
  • DOWNSTREAM PRESENT: UNKNOWN
  • COMMERCIAL DELIVERY VERIFIED: UNKNOWN
  • PAYMENT CHALLENGE VALID: UNKNOWN
  • INDEXED: UNKNOWN
  • SEMANTICALLY DISCOVERABLE: UNKNOWN
  • DELIVERY VERIFIED: UNKNOWN
  • COMMERCIALLY VALIDATED: UNKNOWN
Settlement and delivery plus positive independence and refund exclusions required. Historical technical delivery does not establish current reliability, repeat demand or profit.

US$0.004000 per request

POST https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/x402/preflight

Inputs

{
  "url": "https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v1/csv/profile",
  "method": "POST",
  "body": {
    "csv": "name,score\nAda,10"
  }
}

Try the unpaid challenge

curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/x402/preflight' -H 'Content-Type: application/json' --data '{"url":"https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v1/csv/profile","method":"POST","body":{"csv":"name,score\nAda,10"}}'
Illustrative output or schema
{
  "route": "preflight",
  "observed_at": "2026-09-06T00:00:00Z",
  "result": {
    "url": "https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v1/csv/profile",
    "method": "POST",
    "observed_at": "2026-09-06T00:00:00Z",
    "status": 402,
    "reachable": true,
    "payment_sent": false,
    "challenge": {
      "version": 2,
      "resource": null,
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "amount": "10000",
          "pay_to": "0x25e8245f07d5e4873987293dad666afbe56a9608"
        }
      ],
      "warnings": [
        "INPUT_SCHEMA_MISSING",
        "OUTPUT_SCHEMA_MISSING"
      ],
      "declared_input": null,
      "declared_output": null
    },
    "challenge_header_present": true
  }
}
official-data

Recent earthquake evidence

Find recent USGS earthquake observations by time window and minimum magnitude, with event identifiers, source times and revision status.

ENABLED DISCOVERY PENDING
Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.

Evidence and readiness
  • IMPLEMENTED: PASS
  • DEPLOYED: UNKNOWN
  • RUNTIME 402 PASS: UNKNOWN
  • CDP VALIDATE PASS: UNKNOWN
  • SETTLED IF LEGITIMATELY REQUIRED: PASS
  • CDP MERCHANT PRESENT: UNKNOWN
  • CDP SEMANTIC SEARCH PRESENT: UNKNOWN
  • DOWNSTREAM PRESENT: UNKNOWN
  • COMMERCIAL DELIVERY VERIFIED: UNKNOWN
  • PAYMENT CHALLENGE VALID: UNKNOWN
  • INDEXED: UNKNOWN
  • SEMANTICALLY DISCOVERABLE: UNKNOWN
  • DELIVERY VERIFIED: PASS
  • COMMERCIALLY VALIDATED: UNKNOWN
Settlement and delivery plus positive independence and refund exclusions required. Historical technical delivery does not establish current reliability, repeat demand or profit.

US$0.010000 per request

POST https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/official/usgs-recent-earthquakes

Inputs

{
  "hours": 24,
  "minimum_magnitude": 2.5,
  "limit": 5
}

Try the unpaid challenge

curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/official/usgs-recent-earthquakes' -H 'Content-Type: application/json' --data '{"hours":24,"minimum_magnitude":2.5,"limit":5}'
Illustrative output or schema
{
  "route": "usgs-recent-earthquakes",
  "observed_at": "2026-09-06T00:00:00Z",
  "result": {
    "observedAt": "2026-09-06T00:00:00Z",
    "source": "USGS Earthquake Catalog",
    "sourceUrl": "https://earthquake.usgs.gov",
    "sourceUpdatedAt": null,
    "sourceProcessedAt": null,
    "query": {
      "hours": 24,
      "minimum_magnitude": 2.5,
      "limit": 5
    },
    "normalizedResult": [
      {
        "id": "illustrative-record",
        "magnitude": null,
        "place": null,
        "eventTime": null,
        "updatedAt": null,
        "status": null,
        "network": null,
        "sourceUrl": null,
        "coordinates": null
      }
    ],
    "rawSourceIdentifiers": [],
    "freshness": {
      "retrievedAt": "2026-09-06T00:00:00Z",
      "cacheAgeSeconds": 0,
      "maximumCacheSeconds": 30,
      "state": "CURRENT_RETRIEVAL",
      "recordAgeIsNotRetrievalAge": true
    },
    "provenance": {
      "attribution": "US Geological Survey and the contributing seismic network identified in each record",
      "license": "US public-domain earthquake facts; no third-party media",
      "termsUrl": "https://www.usgs.gov/information-policies-and-instructions/copyrights-and-credits",
      "documentationUrl": "https://earthquake.usgs.gov/fdsnws/event/1/",
      "modifications": "Selected factual fields, normalized names and bounded result count; no source ownership claimed.",
      "limitations": [
        "Synthetic example only; identifiers and null values illustrate fields, not a live observation."
      ],
      "upstreamCalls": 1,
      "truncated": false
    }
  }
}
official-data

Earthquake event lookup

Resolve a seismic event identifier into its latest reported location, magnitude, origin time and review status for incident reconciliation.

ENABLED DISCOVERY PENDING
Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.

Evidence and readiness
  • IMPLEMENTED: PASS
  • DEPLOYED: UNKNOWN
  • RUNTIME 402 PASS: UNKNOWN
  • CDP VALIDATE PASS: UNKNOWN
  • SETTLED IF LEGITIMATELY REQUIRED: UNKNOWN
  • CDP MERCHANT PRESENT: UNKNOWN
  • CDP SEMANTIC SEARCH PRESENT: UNKNOWN
  • DOWNSTREAM PRESENT: UNKNOWN
  • COMMERCIAL DELIVERY VERIFIED: UNKNOWN
  • PAYMENT CHALLENGE VALID: UNKNOWN
  • INDEXED: UNKNOWN
  • SEMANTICALLY DISCOVERABLE: UNKNOWN
  • DELIVERY VERIFIED: UNKNOWN
  • COMMERCIALLY VALIDATED: UNKNOWN
Settlement and delivery plus positive independence and refund exclusions required. Historical technical delivery does not establish current reliability, repeat demand or profit.

US$0.005000 per request

POST https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/official/usgs-earthquake-event

Inputs

{
  "event_id": "us7000m9g4"
}

Try the unpaid challenge

curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/official/usgs-earthquake-event' -H 'Content-Type: application/json' --data '{"event_id":"us7000m9g4"}'
Illustrative output or schema
{
  "route": "usgs-earthquake-event",
  "observed_at": "2026-09-06T00:00:00Z",
  "result": {
    "observedAt": "2026-09-06T00:00:00Z",
    "source": "USGS Earthquake Catalog",
    "sourceUrl": "https://earthquake.usgs.gov",
    "sourceUpdatedAt": null,
    "sourceProcessedAt": null,
    "query": {
      "event_id": "us7000m9g4"
    },
    "normalizedResult": [
      {
        "id": "illustrative-record",
        "magnitude": null,
        "place": null,
        "eventTime": null,
        "updatedAt": null,
        "status": null,
        "network": null,
        "sourceUrl": null,
        "coordinates": null
      }
    ],
    "rawSourceIdentifiers": [],
    "freshness": {
      "retrievedAt": "2026-09-06T00:00:00Z",
      "cacheAgeSeconds": 0,
      "maximumCacheSeconds": 30,
      "state": "CURRENT_RETRIEVAL",
      "recordAgeIsNotRetrievalAge": true
    },
    "provenance": {
      "attribution": "US Geological Survey and the contributing seismic network identified in each record",
      "license": "US public-domain earthquake facts; no third-party media",
      "termsUrl": "https://www.usgs.gov/information-policies-and-instructions/copyrights-and-credits",
      "documentationUrl": "https://earthquake.usgs.gov/fdsnws/event/1/",
      "modifications": "Selected factual fields, normalized names and bounded result count; no source ownership claimed.",
      "limitations": [
        "Synthetic example only; identifiers and null values illustrate fields, not a live observation."
      ],
      "upstreamCalls": 1,
      "truncated": false
    }
  }
}
official-data

Active US weather alerts

Return current National Weather Service alerts for a US state or territory, including severity, urgency, expiry and official source identifiers.

ENABLED DISCOVERY PENDING
Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.

Evidence and readiness
  • IMPLEMENTED: PASS
  • DEPLOYED: UNKNOWN
  • RUNTIME 402 PASS: UNKNOWN
  • CDP VALIDATE PASS: UNKNOWN
  • SETTLED IF LEGITIMATELY REQUIRED: PASS
  • CDP MERCHANT PRESENT: UNKNOWN
  • CDP SEMANTIC SEARCH PRESENT: UNKNOWN
  • DOWNSTREAM PRESENT: UNKNOWN
  • COMMERCIAL DELIVERY VERIFIED: UNKNOWN
  • PAYMENT CHALLENGE VALID: UNKNOWN
  • INDEXED: UNKNOWN
  • SEMANTICALLY DISCOVERABLE: UNKNOWN
  • DELIVERY VERIFIED: PASS
  • COMMERCIALLY VALIDATED: UNKNOWN
Settlement and delivery plus positive independence and refund exclusions required. Historical technical delivery does not establish current reliability, repeat demand or profit.

US$0.010000 per request

POST https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/official/nws-active-alerts

Inputs

{
  "area": "AK",
  "limit": 5
}

Try the unpaid challenge

curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/official/nws-active-alerts' -H 'Content-Type: application/json' --data '{"area":"AK","limit":5}'
Illustrative output or schema
{
  "route": "nws-active-alerts",
  "observed_at": "2026-09-06T00:00:00Z",
  "result": {
    "observedAt": "2026-09-06T00:00:00Z",
    "source": "National Weather Service",
    "sourceUrl": "https://api.weather.gov",
    "sourceUpdatedAt": null,
    "sourceProcessedAt": null,
    "query": {
      "area": "AK",
      "limit": 5
    },
    "normalizedResult": [
      {
        "id": "illustrative-record",
        "event": null,
        "severity": null,
        "certainty": null,
        "urgency": null,
        "effective": null,
        "onset": null,
        "expires": null,
        "ends": null,
        "areaDesc": null,
        "headline": null,
        "status": null
      }
    ],
    "rawSourceIdentifiers": [],
    "freshness": {
      "retrievedAt": "2026-09-06T00:00:00Z",
      "cacheAgeSeconds": 0,
      "maximumCacheSeconds": 30,
      "state": "CURRENT_RETRIEVAL",
      "recordAgeIsNotRetrievalAge": true
    },
    "provenance": {
      "attribution": "NOAA / National Weather Service; normalized by Foundry; no endorsement",
      "license": "Open data free for any purpose; attribution and non-endorsement required",
      "termsUrl": "https://www.weather.gov/disclaimer",
      "documentationUrl": "https://www.weather.gov/documentation/services-web-api",
      "modifications": "Selected factual fields, normalized names and bounded result count; no source ownership claimed.",
      "limitations": [
        "Synthetic example only; identifiers and null values illustrate fields, not a live observation."
      ],
      "upstreamCalls": 1,
      "truncated": false
    }
  }
}
official-data

US point forecast evidence

Get a current US weather forecast by latitude and longitude from the National Weather Service (NWS): temperature, wind, conditions and forecast periods with source update times.

ENABLED DISCOVERY PENDING
Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.

Evidence and readiness
  • IMPLEMENTED: PASS
  • DEPLOYED: UNKNOWN
  • RUNTIME 402 PASS: UNKNOWN
  • CDP VALIDATE PASS: UNKNOWN
  • SETTLED IF LEGITIMATELY REQUIRED: PASS
  • CDP MERCHANT PRESENT: UNKNOWN
  • CDP SEMANTIC SEARCH PRESENT: UNKNOWN
  • DOWNSTREAM PRESENT: UNKNOWN
  • COMMERCIAL DELIVERY VERIFIED: UNKNOWN
  • PAYMENT CHALLENGE VALID: UNKNOWN
  • INDEXED: UNKNOWN
  • SEMANTICALLY DISCOVERABLE: UNKNOWN
  • DELIVERY VERIFIED: PASS
  • COMMERCIALLY VALIDATED: UNKNOWN
Settlement and delivery plus positive independence and refund exclusions required. Historical technical delivery does not establish current reliability, repeat demand or profit.

US$0.005000 per request

POST https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/official/nws-forecast

Inputs

{
  "latitude": 39.7456,
  "longitude": -97.0892,
  "periods": 4
}

Try the unpaid challenge

curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/official/nws-forecast' -H 'Content-Type: application/json' --data '{"latitude":39.7456,"longitude":-97.0892,"periods":4}'
Illustrative output or schema
{
  "route": "nws-forecast",
  "observed_at": "2026-09-06T00:00:00Z",
  "result": {
    "observedAt": "2026-09-06T00:00:00Z",
    "source": "National Weather Service",
    "sourceUrl": "https://api.weather.gov",
    "sourceUpdatedAt": null,
    "sourceProcessedAt": null,
    "query": {
      "latitude": 39.7456,
      "longitude": -97.0892,
      "periods": 4
    },
    "normalizedResult": [
      {
        "number": null,
        "name": null,
        "startTime": null,
        "endTime": null,
        "temperatureUnit": null,
        "windSpeed": null,
        "windDirection": null,
        "shortForecast": null,
        "isDaytime": null,
        "temperature": null
      }
    ],
    "rawSourceIdentifiers": [],
    "freshness": {
      "retrievedAt": "2026-09-06T00:00:00Z",
      "cacheAgeSeconds": 0,
      "maximumCacheSeconds": 30,
      "state": "CURRENT_RETRIEVAL",
      "recordAgeIsNotRetrievalAge": true
    },
    "provenance": {
      "attribution": "NOAA / National Weather Service; normalized by Foundry; no endorsement",
      "license": "Open data free for any purpose; attribution and non-endorsement required",
      "termsUrl": "https://www.weather.gov/disclaimer",
      "documentationUrl": "https://www.weather.gov/documentation/services-web-api",
      "modifications": "Selected factual fields, normalized names and bounded result count; no source ownership claimed.",
      "limitations": [
        "Synthetic example only; identifiers and null values illustrate fields, not a live observation."
      ],
      "upstreamCalls": 1,
      "truncated": false
    }
  }
}
official-data

LEI entity lookup

Resolve one LEI into current legal entity name, jurisdiction, registration status and renewal dates from GLEIF reference data.

ENABLED DISCOVERY PENDING
Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.

Evidence and readiness
  • IMPLEMENTED: PASS
  • DEPLOYED: UNKNOWN
  • RUNTIME 402 PASS: UNKNOWN
  • CDP VALIDATE PASS: UNKNOWN
  • SETTLED IF LEGITIMATELY REQUIRED: PASS
  • CDP MERCHANT PRESENT: UNKNOWN
  • CDP SEMANTIC SEARCH PRESENT: UNKNOWN
  • DOWNSTREAM PRESENT: UNKNOWN
  • COMMERCIAL DELIVERY VERIFIED: UNKNOWN
  • PAYMENT CHALLENGE VALID: UNKNOWN
  • INDEXED: UNKNOWN
  • SEMANTICALLY DISCOVERABLE: UNKNOWN
  • DELIVERY VERIFIED: PASS
  • COMMERCIALLY VALIDATED: UNKNOWN
Settlement and delivery plus positive independence and refund exclusions required. Historical technical delivery does not establish current reliability, repeat demand or profit.

US$0.005000 per request

POST https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/official/gleif-lei-lookup

Inputs

{
  "lei": "5493001KJTIIGC8Y1R12"
}

Try the unpaid challenge

curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/official/gleif-lei-lookup' -H 'Content-Type: application/json' --data '{"lei":"5493001KJTIIGC8Y1R12"}'
Illustrative output or schema
{
  "route": "gleif-lei-lookup",
  "observed_at": "2026-09-06T00:00:00Z",
  "result": {
    "observedAt": "2026-09-06T00:00:00Z",
    "source": "GLEIF LEI reference data",
    "sourceUrl": "https://api.gleif.org",
    "sourceUpdatedAt": null,
    "sourceProcessedAt": null,
    "query": {
      "lei": "5493001KJTIIGC8Y1R12"
    },
    "normalizedResult": [
      {
        "lei": "5493001KJTIIGC8Y1R12",
        "legalName": null,
        "jurisdiction": null,
        "entityStatus": null,
        "registrationStatus": null,
        "lastUpdated": null,
        "nextRenewal": null,
        "sourceUrl": null
      }
    ],
    "rawSourceIdentifiers": [],
    "freshness": {
      "retrievedAt": "2026-09-06T00:00:00Z",
      "cacheAgeSeconds": 0,
      "maximumCacheSeconds": 60,
      "state": "CURRENT_RETRIEVAL",
      "recordAgeIsNotRetrievalAge": true
    },
    "provenance": {
      "attribution": "GLEIF LEI reference data; no endorsement",
      "license": "CC0 1.0 LEI/LE-RD",
      "termsUrl": "https://www.gleif.org/en/meta/lei-data-terms-of-use",
      "documentationUrl": "https://www.gleif.org/en/lei-data/gleif-api",
      "modifications": "Selected factual fields, normalized names and bounded result count; no source ownership claimed.",
      "limitations": [
        "Synthetic example only; identifiers and null values illustrate fields, not a live observation."
      ],
      "upstreamCalls": 1,
      "truncated": false
    }
  }
}
official-data

Find an entity LEI

Search GLEIF by company or legal entity name to match a business to candidate LEI records, registration status and jurisdiction. Returns bounded factual reference data with source evidence.

ENABLED DISCOVERY PENDING
Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.

Evidence and readiness
  • IMPLEMENTED: PASS
  • DEPLOYED: UNKNOWN
  • RUNTIME 402 PASS: UNKNOWN
  • CDP VALIDATE PASS: UNKNOWN
  • SETTLED IF LEGITIMATELY REQUIRED: PASS
  • CDP MERCHANT PRESENT: UNKNOWN
  • CDP SEMANTIC SEARCH PRESENT: UNKNOWN
  • DOWNSTREAM PRESENT: UNKNOWN
  • COMMERCIAL DELIVERY VERIFIED: UNKNOWN
  • PAYMENT CHALLENGE VALID: UNKNOWN
  • INDEXED: UNKNOWN
  • SEMANTICALLY DISCOVERABLE: UNKNOWN
  • DELIVERY VERIFIED: PASS
  • COMMERCIALLY VALIDATED: UNKNOWN
Settlement and delivery plus positive independence and refund exclusions required. Historical technical delivery does not establish current reliability, repeat demand or profit.

US$0.010000 per request

POST https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/official/gleif-entity-search

Inputs

{
  "name": "Bloomberg",
  "limit": 5
}

Try the unpaid challenge

curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/official/gleif-entity-search' -H 'Content-Type: application/json' --data '{"name":"Bloomberg","limit":5}'
Illustrative output or schema
{
  "route": "gleif-entity-search",
  "observed_at": "2026-09-06T00:00:00Z",
  "result": {
    "observedAt": "2026-09-06T00:00:00Z",
    "source": "GLEIF LEI reference data",
    "sourceUrl": "https://api.gleif.org",
    "sourceUpdatedAt": null,
    "sourceProcessedAt": null,
    "query": {
      "name": "Bloomberg",
      "limit": 5
    },
    "normalizedResult": [
      {
        "lei": "5493001KJTIIGC8Y1R12",
        "legalName": null,
        "jurisdiction": null,
        "entityStatus": null,
        "registrationStatus": null,
        "lastUpdated": null,
        "nextRenewal": null,
        "sourceUrl": null
      }
    ],
    "rawSourceIdentifiers": [],
    "freshness": {
      "retrievedAt": "2026-09-06T00:00:00Z",
      "cacheAgeSeconds": 0,
      "maximumCacheSeconds": 60,
      "state": "CURRENT_RETRIEVAL",
      "recordAgeIsNotRetrievalAge": true
    },
    "provenance": {
      "attribution": "GLEIF LEI reference data; no endorsement",
      "license": "CC0 1.0 LEI/LE-RD",
      "termsUrl": "https://www.gleif.org/en/meta/lei-data-terms-of-use",
      "documentationUrl": "https://www.gleif.org/en/lei-data/gleif-api",
      "modifications": "Selected factual fields, normalized names and bounded result count; no source ownership claimed.",
      "limitations": [
        "Synthetic example only; identifiers and null values illustrate fields, not a live observation."
      ],
      "upstreamCalls": 1,
      "truncated": false
    }
  }
}
official-data

Decode vehicle VIN attributes

Decode one full or partial VIN into NHTSA manufacturer-reported make, model, year and vehicle attributes, preserving decode errors. No owner lookup.

ENABLED DISCOVERY PENDING
Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.

Evidence and readiness
  • IMPLEMENTED: PASS
  • DEPLOYED: UNKNOWN
  • RUNTIME 402 PASS: UNKNOWN
  • CDP VALIDATE PASS: UNKNOWN
  • SETTLED IF LEGITIMATELY REQUIRED: PASS
  • CDP MERCHANT PRESENT: UNKNOWN
  • CDP SEMANTIC SEARCH PRESENT: UNKNOWN
  • DOWNSTREAM PRESENT: UNKNOWN
  • COMMERCIAL DELIVERY VERIFIED: UNKNOWN
  • PAYMENT CHALLENGE VALID: UNKNOWN
  • INDEXED: UNKNOWN
  • SEMANTICALLY DISCOVERABLE: UNKNOWN
  • DELIVERY VERIFIED: PASS
  • COMMERCIALLY VALIDATED: UNKNOWN
Settlement and delivery plus positive independence and refund exclusions required. Historical technical delivery does not establish current reliability, repeat demand or profit.

US$0.005000 per request

POST https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/official/nhtsa-vin-decode

Inputs

{
  "vin": "5UXWX7C5*BA0",
  "model_year": 2011
}

Try the unpaid challenge

curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/official/nhtsa-vin-decode' -H 'Content-Type: application/json' --data '{"vin":"5UXWX7C5*BA0","model_year":2011}'
Illustrative output or schema
{
  "route": "nhtsa-vin-decode",
  "observed_at": "2026-09-06T00:00:00Z",
  "result": {
    "observedAt": "2026-09-06T00:00:00Z",
    "source": "NHTSA vPIC",
    "sourceUrl": "https://vpic.nhtsa.dot.gov",
    "sourceUpdatedAt": null,
    "sourceProcessedAt": null,
    "query": {
      "vin": "5UXWX7C5*BA0",
      "model_year": 2011
    },
    "normalizedResult": [
      {
        "VIN": null,
        "Make": null,
        "Model": null,
        "ModelYear": null,
        "Manufacturer": null,
        "VehicleType": null,
        "BodyClass": null,
        "FuelTypePrimary": null,
        "EngineCylinders": null,
        "ElectrificationLevel": null,
        "ErrorCode": null,
        "ErrorText": null
      }
    ],
    "rawSourceIdentifiers": [],
    "freshness": {
      "retrievedAt": "2026-09-06T00:00:00Z",
      "cacheAgeSeconds": 0,
      "maximumCacheSeconds": 0,
      "state": "CURRENT_RETRIEVAL",
      "recordAgeIsNotRetrievalAge": true
    },
    "provenance": {
      "attribution": "NHTSA vPIC; manufacturer-reported vehicle attributes",
      "license": "Public vPIC Open Data API; no licensing or registration requirement",
      "termsUrl": "https://vpic.nhtsa.dot.gov/api/Home/Index/FAQ",
      "documentationUrl": "https://vpic.nhtsa.dot.gov/api/",
      "modifications": "Selected factual fields, normalized names and bounded result count; no source ownership claimed.",
      "limitations": [
        "Synthetic example only; identifiers and null values illustrate fields, not a live observation."
      ],
      "upstreamCalls": 1,
      "truncated": false
    }
  }
}
official-data

Search clinical study metadata

Find recently updated ClinicalTrials.gov study identifiers, titles and registry status for a condition, with the registry processing date. No medical conclusion.

ENABLED DISCOVERY PENDING
Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.

Evidence and readiness
  • IMPLEMENTED: PASS
  • DEPLOYED: UNKNOWN
  • RUNTIME 402 PASS: UNKNOWN
  • CDP VALIDATE PASS: UNKNOWN
  • SETTLED IF LEGITIMATELY REQUIRED: PASS
  • CDP MERCHANT PRESENT: UNKNOWN
  • CDP SEMANTIC SEARCH PRESENT: UNKNOWN
  • DOWNSTREAM PRESENT: UNKNOWN
  • COMMERCIAL DELIVERY VERIFIED: UNKNOWN
  • PAYMENT CHALLENGE VALID: UNKNOWN
  • INDEXED: UNKNOWN
  • SEMANTICALLY DISCOVERABLE: UNKNOWN
  • DELIVERY VERIFIED: PASS
  • COMMERCIALLY VALIDATED: UNKNOWN
Settlement and delivery plus positive independence and refund exclusions required. Historical technical delivery does not establish current reliability, repeat demand or profit.

US$0.010000 per request

POST https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/official/clinicaltrials-search

Inputs

{
  "condition": "asthma",
  "limit": 5
}

Try the unpaid challenge

curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/official/clinicaltrials-search' -H 'Content-Type: application/json' --data '{"condition":"asthma","limit":5}'
Illustrative output or schema
{
  "route": "clinicaltrials-search",
  "observed_at": "2026-09-06T00:00:00Z",
  "result": {
    "observedAt": "2026-09-06T00:00:00Z",
    "source": "ClinicalTrials.gov",
    "sourceUrl": "https://clinicaltrials.gov",
    "sourceUpdatedAt": null,
    "sourceProcessedAt": null,
    "query": {
      "condition": "asthma",
      "limit": 5
    },
    "normalizedResult": [
      {
        "nctId": "NCT00110383",
        "title": null,
        "overallStatus": null,
        "studyType": null,
        "startDate": null,
        "completionDate": null,
        "lastUpdatePostDate": null,
        "phases": [],
        "sourceUrl": "https://clinicaltrials.gov/study/NCT00110383"
      }
    ],
    "rawSourceIdentifiers": [],
    "freshness": {
      "retrievedAt": "2026-09-06T00:00:00Z",
      "cacheAgeSeconds": 0,
      "maximumCacheSeconds": 0,
      "state": "CURRENT_RETRIEVAL",
      "recordAgeIsNotRetrievalAge": true
    },
    "provenance": {
      "attribution": "ClinicalTrials.gov, US National Library of Medicine",
      "license": "ClinicalTrials.gov terms; bounded factual study metadata only",
      "termsUrl": "https://clinicaltrials.gov/about-site/terms-conditions",
      "documentationUrl": "https://clinicaltrials.gov/data-api/api",
      "modifications": "Selected factual fields, normalized names and bounded result count; no source ownership claimed.",
      "limitations": [
        "Synthetic example only; identifiers and null values illustrate fields, not a live observation."
      ],
      "upstreamCalls": 1,
      "truncated": false
    }
  }
}
official-data

Clinical study registry lookup

Resolve one NCT identifier into current factual registry status, study dates and phase, with source processing time and explicit provenance.

ENABLED DISCOVERY PENDING
Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.

Evidence and readiness
  • IMPLEMENTED: PASS
  • DEPLOYED: UNKNOWN
  • RUNTIME 402 PASS: UNKNOWN
  • CDP VALIDATE PASS: UNKNOWN
  • SETTLED IF LEGITIMATELY REQUIRED: PASS
  • CDP MERCHANT PRESENT: UNKNOWN
  • CDP SEMANTIC SEARCH PRESENT: UNKNOWN
  • DOWNSTREAM PRESENT: UNKNOWN
  • COMMERCIAL DELIVERY VERIFIED: UNKNOWN
  • PAYMENT CHALLENGE VALID: UNKNOWN
  • INDEXED: UNKNOWN
  • SEMANTICALLY DISCOVERABLE: UNKNOWN
  • DELIVERY VERIFIED: PASS
  • COMMERCIALLY VALIDATED: UNKNOWN
Settlement and delivery plus positive independence and refund exclusions required. Historical technical delivery does not establish current reliability, repeat demand or profit.

US$0.005000 per request

POST https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/official/clinicaltrials-study

Inputs

{
  "nct_id": "NCT00110383"
}

Try the unpaid challenge

curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/official/clinicaltrials-study' -H 'Content-Type: application/json' --data '{"nct_id":"NCT00110383"}'
Illustrative output or schema
{
  "route": "clinicaltrials-study",
  "observed_at": "2026-09-06T00:00:00Z",
  "result": {
    "observedAt": "2026-09-06T00:00:00Z",
    "source": "ClinicalTrials.gov",
    "sourceUrl": "https://clinicaltrials.gov",
    "sourceUpdatedAt": null,
    "sourceProcessedAt": null,
    "query": {
      "nct_id": "NCT00110383"
    },
    "normalizedResult": [
      {
        "nctId": "NCT00110383",
        "title": null,
        "overallStatus": null,
        "studyType": null,
        "startDate": null,
        "completionDate": null,
        "lastUpdatePostDate": null,
        "phases": [],
        "sourceUrl": "https://clinicaltrials.gov/study/NCT00110383"
      }
    ],
    "rawSourceIdentifiers": [],
    "freshness": {
      "retrievedAt": "2026-09-06T00:00:00Z",
      "cacheAgeSeconds": 0,
      "maximumCacheSeconds": 0,
      "state": "CURRENT_RETRIEVAL",
      "recordAgeIsNotRetrievalAge": true
    },
    "provenance": {
      "attribution": "ClinicalTrials.gov, US National Library of Medicine",
      "license": "ClinicalTrials.gov terms; bounded factual study metadata only",
      "termsUrl": "https://clinicaltrials.gov/about-site/terms-conditions",
      "documentationUrl": "https://clinicaltrials.gov/data-api/api",
      "modifications": "Selected factual fields, normalized names and bounded result count; no source ownership claimed.",
      "limitations": [
        "Synthetic example only; identifiers and null values illustrate fields, not a live observation."
      ],
      "upstreamCalls": 1,
      "truncated": false
    }
  }
}
official-data

Location weather and alert evidence

Get US point weather forecast periods and active hazards/alerts in one request. Includes temperature, wind, alert severity and expiry, National Weather Service (NWS) provenance, separate source timestamps and retrieval freshness. For operational planning context; no safety guarantee.

ENABLED DISCOVERY PENDING
Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.

Evidence and readiness
  • IMPLEMENTED: PASS
  • DEPLOYED: UNKNOWN
  • RUNTIME 402 PASS: UNKNOWN
  • CDP VALIDATE PASS: UNKNOWN
  • SETTLED IF LEGITIMATELY REQUIRED: UNKNOWN
  • CDP MERCHANT PRESENT: UNKNOWN
  • CDP SEMANTIC SEARCH PRESENT: UNKNOWN
  • DOWNSTREAM PRESENT: UNKNOWN
  • COMMERCIAL DELIVERY VERIFIED: UNKNOWN
  • PAYMENT CHALLENGE VALID: UNKNOWN
  • INDEXED: UNKNOWN
  • SEMANTICALLY DISCOVERABLE: UNKNOWN
  • DELIVERY VERIFIED: UNKNOWN
  • COMMERCIALLY VALIDATED: UNKNOWN
Settlement and delivery plus positive independence and refund exclusions required. Historical technical delivery does not establish current reliability, repeat demand or profit.

US$0.015000 per request

POST https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/official/location-weather-evidence

Inputs

{
  "latitude": 39.7456,
  "longitude": -97.0892,
  "periods": 4,
  "alert_limit": 5
}

Try the unpaid challenge

curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/official/location-weather-evidence' -H 'Content-Type: application/json' --data '{"latitude":39.7456,"longitude":-97.0892,"periods":4,"alert_limit":5}'
Illustrative output or schema
{
  "route": "location-weather-evidence",
  "observed_at": "2026-09-06T00:00:00Z",
  "result": {
    "location": {
      "latitude": 39.7456,
      "longitude": -97.0892
    },
    "forecast": {
      "observedAt": "2026-09-06T00:00:00Z",
      "source": "National Weather Service",
      "sourceUrl": "https://api.weather.gov",
      "sourceUpdatedAt": null,
      "sourceProcessedAt": null,
      "query": {
        "latitude": 39.7456,
        "longitude": -97.0892,
        "periods": 4
      },
      "normalizedResult": [
        {
          "number": null,
          "name": null,
          "startTime": null,
          "endTime": null,
          "temperatureUnit": null,
          "windSpeed": null,
          "windDirection": null,
          "shortForecast": null,
          "isDaytime": null,
          "temperature": null
        }
      ],
      "rawSourceIdentifiers": [],
      "freshness": {
        "retrievedAt": "2026-09-06T00:00:00Z",
        "cacheAgeSeconds": 0,
        "maximumCacheSeconds": 30,
        "state": "CURRENT_RETRIEVAL",
        "recordAgeIsNotRetrievalAge": true
      },
      "provenance": {
        "attribution": "NOAA / National Weather Service; normalized by Foundry; no endorsement",
        "license": "Open data free for any purpose; attribution and non-endorsement required",
        "termsUrl": "https://www.weather.gov/disclaimer",
        "documentationUrl": "https://www.weather.gov/documentation/services-web-api",
        "modifications": "Selected factual fields, normalized names and bounded result count; no source ownership claimed.",
        "limitations": [
          "Synthetic example only; identifiers and null values illustrate fields, not a live observation."
        ],
        "upstreamCalls": 1,
        "truncated": false
      }
    },
    "alerts": [],
    "alerts_source": {
      "url": "https://api.weather.gov/alerts/active?point=39.7456%2C-97.0892",
      "updated_at": null,
      "retrieved_at": "2026-09-06T00:00:00Z",
      "cache_age_seconds": 0,
      "truncated": false
    },
    "provenance": {
      "attribution": "NOAA / National Weather Service; normalized by Foundry; no endorsement",
      "license": "Open data free for any purpose; attribution and non-endorsement required",
      "terms_url": "https://www.weather.gov/disclaimer",
      "upstream_calls": 3,
      "limitations": [
        "Factual forecast and current alert evidence only; not an emergency warning service or a safety recommendation.",
        "Sources have independent update and retrieval times; an empty alert list is not proof of safety.",
        "Synthetic example only; no live weather claim."
      ]
    }
  }
}
official-data

Hourly weather threshold windows

Find contiguous hours within a requested US weather window that match your temperature, wind-speed and precipitation-probability limits. Compares fresh NWS hourly forecasts, preserves unknown fields and uncovered times, and returns source timestamps. Evidence for scheduling workflows; no safety or activity recommendation.

ENABLED DISCOVERY PENDING
Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.

Evidence and readiness
  • IMPLEMENTED: PASS
  • DEPLOYED: UNKNOWN
  • RUNTIME 402 PASS: UNKNOWN
  • CDP VALIDATE PASS: UNKNOWN
  • SETTLED IF LEGITIMATELY REQUIRED: UNKNOWN
  • CDP MERCHANT PRESENT: UNKNOWN
  • CDP SEMANTIC SEARCH PRESENT: UNKNOWN
  • DOWNSTREAM PRESENT: UNKNOWN
  • COMMERCIAL DELIVERY VERIFIED: UNKNOWN
  • PAYMENT CHALLENGE VALID: UNKNOWN
  • INDEXED: UNKNOWN
  • SEMANTICALLY DISCOVERABLE: UNKNOWN
  • DELIVERY VERIFIED: UNKNOWN
  • COMMERCIALLY VALIDATED: UNKNOWN
Settlement and delivery plus positive independence and refund exclusions required. Historical technical delivery does not establish current reliability, repeat demand or profit.

US$0.010000 per request

POST https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/official/weather-activity-window

Inputs

{
  "latitude": 39.7456,
  "longitude": -97.0892,
  "start_hours_from_now": 0,
  "duration_hours": 12,
  "min_temperature_c": 5,
  "max_temperature_c": 30,
  "max_wind_kph": 25,
  "max_precipitation_probability": 30
}

Try the unpaid challenge

curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/official/weather-activity-window' -H 'Content-Type: application/json' --data '{"latitude":39.7456,"longitude":-97.0892,"start_hours_from_now":0,"duration_hours":12,"min_temperature_c":5,"max_temperature_c":30,"max_wind_kph":25,"max_precipitation_probability":30}'
Illustrative output or schema
{
  "route": "weather-activity-window",
  "observed_at": "2026-09-06T00:00:00Z",
  "result": {
    "location": {
      "latitude": 39.7456,
      "longitude": -97.0892
    },
    "requested_window": {
      "start": "2026-09-06T00:00:00Z",
      "end": "2026-09-06T12:00:00Z"
    },
    "thresholds": {
      "min_temperature_c": 5,
      "max_temperature_c": 30,
      "max_wind_kph": 25,
      "max_precipitation_probability": 30
    },
    "periods": [],
    "windows": [],
    "coverage_complete": false,
    "source": {
      "url": "https://api.weather.gov/gridpoints/TOP/31,80/forecast/hourly",
      "updated_at": null,
      "retrieved_at": "2026-09-06T00:00:00Z",
      "cache_age_seconds": 0
    },
    "provenance": {
      "attribution": "NOAA / National Weather Service; normalized by Foundry; no endorsement",
      "terms_url": "https://www.weather.gov/disclaimer",
      "upstream_calls": 2,
      "limitations": [
        "Threshold comparison of forecast evidence only; not an activity recommendation, safety assessment or emergency warning service.",
        "Missing fields and uncovered times remain UNKNOWN; matching thresholds does not establish safe conditions.",
        "No gust, lightning, visibility or alert assessment is included. Probability of precipitation is not precipitation amount.",
        "Synthetic schema example only."
      ]
    }
  }
}
domain-email

Domain DNS and email authentication posture

See the DNS and email-authentication posture a domain exposes now: A/AAAA, MX, NS, TXT, SPF, exact-domain DMARC and caller-selected DKIM evidence with source timestamps. No mailbox or message-authentication claim.

ENABLED DISCOVERY PENDING
Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.

Evidence and readiness
  • IMPLEMENTED: PASS
  • DEPLOYED: UNKNOWN
  • RUNTIME 402 PASS: UNKNOWN
  • CDP VALIDATE PASS: UNKNOWN
  • SETTLED IF LEGITIMATELY REQUIRED: UNKNOWN
  • CDP MERCHANT PRESENT: UNKNOWN
  • CDP SEMANTIC SEARCH PRESENT: UNKNOWN
  • DOWNSTREAM PRESENT: UNKNOWN
  • COMMERCIAL DELIVERY VERIFIED: UNKNOWN
  • PAYMENT CHALLENGE VALID: UNKNOWN
  • INDEXED: UNKNOWN
  • SEMANTICALLY DISCOVERABLE: UNKNOWN
  • DELIVERY VERIFIED: UNKNOWN
  • COMMERCIALLY VALIDATED: UNKNOWN
Settlement and delivery plus positive independence and refund exclusions required. Historical technical delivery does not establish current reliability, repeat demand or profit.

US$0.005000 per request

POST https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/domain/dns-email-posture

Inputs

{
  "domain": "example.com",
  "dkim_selectors": []
}

Try the unpaid challenge

curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/domain/dns-email-posture' -H 'Content-Type: application/json' --data '{"domain":"example.com","dkim_selectors":[]}'
Illustrative output or schema
{
  "route": "dns-email-posture",
  "observed_at": "2026-09-06T00:00:00Z",
  "result": {
    "domain": "example.com",
    "dns": [
      {
        "name": "example.com",
        "type": "MX",
        "status": "NO_DATA",
        "rcode": 0,
        "records": [],
        "dnssec": "UNKNOWN",
        "observedAt": "2026-09-06T00:00:00Z",
        "source": "https://cloudflare-dns.com/dns-query?name=example.com&type=MX",
        "attribution": "Cloudflare 1.1.1.1 public resolver; authoritative DNS records; no endorsement"
      }
    ],
    "spf": {
      "status": "ABSENT",
      "records": [],
      "tags": {},
      "limitations": [
        "Synthetic example only."
      ]
    },
    "dmarc": {
      "status": "ABSENT",
      "records": [],
      "tags": {},
      "limitations": [
        "Synthetic example only."
      ]
    },
    "dkim": [],
    "dkimDiscovery": "UNKNOWN_NO_SELECTOR",
    "observedAt": "2026-09-06T00:00:00Z",
    "limitations": [
      "Synthetic example only."
    ]
  }
}
domain-email

Domain mail routing and authentication readiness

Determine whether a domain exposes mail routing and sender-authentication records. Receive READY, PARTIAL, NO_MAIL_ROUTING, MISCONFIGURED or UNKNOWN with exact DNS evidence. Readiness does not prove mailbox existence or successful delivery.

ENABLED DISCOVERY PENDING
Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.

Evidence and readiness
  • IMPLEMENTED: PASS
  • DEPLOYED: UNKNOWN
  • RUNTIME 402 PASS: UNKNOWN
  • CDP VALIDATE PASS: UNKNOWN
  • SETTLED IF LEGITIMATELY REQUIRED: UNKNOWN
  • CDP MERCHANT PRESENT: UNKNOWN
  • CDP SEMANTIC SEARCH PRESENT: UNKNOWN
  • DOWNSTREAM PRESENT: UNKNOWN
  • COMMERCIAL DELIVERY VERIFIED: UNKNOWN
  • PAYMENT CHALLENGE VALID: UNKNOWN
  • INDEXED: UNKNOWN
  • SEMANTICALLY DISCOVERABLE: UNKNOWN
  • DELIVERY VERIFIED: UNKNOWN
  • COMMERCIALLY VALIDATED: UNKNOWN
Settlement and delivery plus positive independence and refund exclusions required. Historical technical delivery does not establish current reliability, repeat demand or profit.

US$0.005000 per request

POST https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/domain/mail-readiness

Inputs

{
  "domain": "example.com"
}

Try the unpaid challenge

curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/domain/mail-readiness' -H 'Content-Type: application/json' --data '{"domain":"example.com"}'
Illustrative output or schema
{
  "route": "mail-readiness",
  "observed_at": "2026-09-06T00:00:00Z",
  "result": {
    "domain": "example.com",
    "verdict": "UNKNOWN",
    "routing": {
      "status": "UNKNOWN",
      "mx": [],
      "limitations": [
        "Synthetic example only."
      ]
    },
    "spf": {
      "status": "ABSENT",
      "records": [],
      "tags": {},
      "limitations": [
        "Synthetic example only."
      ]
    },
    "dmarc": {
      "status": "ABSENT",
      "records": [],
      "tags": {},
      "limitations": [
        "Synthetic example only."
      ]
    },
    "evidence": [
      {
        "name": "example.com",
        "type": "MX",
        "status": "NO_DATA",
        "rcode": 0,
        "records": [],
        "dnssec": "UNKNOWN",
        "observedAt": "2026-09-06T00:00:00Z",
        "source": "https://cloudflare-dns.com/dns-query?name=example.com&type=MX",
        "attribution": "Cloudflare 1.1.1.1 public resolver; authoritative DNS records; no endorsement"
      }
    ],
    "observedAt": "2026-09-06T00:00:00Z",
    "limitations": [
      "Synthetic example only."
    ]
  }
}
domain-email

Email syntax and mail-domain evidence

Check supported email syntax and whether its domain exposes mail routing, with MX and fallback-address evidence. Only the domain is queried. Mailbox existence is always UNKNOWN; no SMTP probing, validity guarantee or email sending.

ENABLED DISCOVERY PENDING
Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.

Evidence and readiness
  • IMPLEMENTED: PASS
  • DEPLOYED: UNKNOWN
  • RUNTIME 402 PASS: UNKNOWN
  • CDP VALIDATE PASS: UNKNOWN
  • SETTLED IF LEGITIMATELY REQUIRED: UNKNOWN
  • CDP MERCHANT PRESENT: UNKNOWN
  • CDP SEMANTIC SEARCH PRESENT: UNKNOWN
  • DOWNSTREAM PRESENT: UNKNOWN
  • COMMERCIAL DELIVERY VERIFIED: UNKNOWN
  • PAYMENT CHALLENGE VALID: UNKNOWN
  • INDEXED: UNKNOWN
  • SEMANTICALLY DISCOVERABLE: UNKNOWN
  • DELIVERY VERIFIED: UNKNOWN
  • COMMERCIALLY VALIDATED: UNKNOWN
Settlement and delivery plus positive independence and refund exclusions required. Historical technical delivery does not establish current reliability, repeat demand or profit.

US$0.005000 per request

POST https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/email/domain-evidence

Inputs

{
  "email": "agent@example.com"
}

Try the unpaid challenge

curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/email/domain-evidence' -H 'Content-Type: application/json' --data '{"email":"agent@example.com"}'
Illustrative output or schema
{
  "route": "email-domain-evidence",
  "observed_at": "2026-09-06T00:00:00Z",
  "result": {
    "syntaxStatus": "VALID_SYNTAX",
    "normalizedDomain": "example.com",
    "mailDomainVerdict": "UNKNOWN",
    "mxEvidence": [
      {
        "name": "example.com",
        "type": "MX",
        "status": "NO_DATA",
        "rcode": 0,
        "records": [],
        "dnssec": "UNKNOWN",
        "observedAt": "2026-09-06T00:00:00Z",
        "source": "https://cloudflare-dns.com/dns-query?name=example.com&type=MX",
        "attribution": "Cloudflare 1.1.1.1 public resolver; authoritative DNS records; no endorsement"
      }
    ],
    "mailboxExists": "UNKNOWN",
    "observedAt": "2026-09-06T00:00:00Z",
    "limitations": [
      "Synthetic example only."
    ]
  }
}
domain-email

DNS deployment contract evidence

Check whether current apex DNS records contain the record sets your deployment requires. Return missing expected values and observed evidence for each requested type; additional records do not fail a subset contract. No mailbox, ownership or delivery claim.

ENABLED DISCOVERY PENDING
Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.

Evidence and readiness
  • IMPLEMENTED: PASS
  • DEPLOYED: UNKNOWN
  • RUNTIME 402 PASS: UNKNOWN
  • CDP VALIDATE PASS: UNKNOWN
  • SETTLED IF LEGITIMATELY REQUIRED: UNKNOWN
  • CDP MERCHANT PRESENT: UNKNOWN
  • CDP SEMANTIC SEARCH PRESENT: UNKNOWN
  • DOWNSTREAM PRESENT: UNKNOWN
  • COMMERCIAL DELIVERY VERIFIED: UNKNOWN
  • PAYMENT CHALLENGE VALID: UNKNOWN
  • INDEXED: UNKNOWN
  • SEMANTICALLY DISCOVERABLE: UNKNOWN
  • DELIVERY VERIFIED: UNKNOWN
  • COMMERCIALLY VALIDATED: UNKNOWN
Settlement and delivery plus positive independence and refund exclusions required. Historical technical delivery does not establish current reliability, repeat demand or profit.

US$0.007000 per request

POST https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/domain/dns-deployment-contract

Inputs

{
  "domain": "example.com",
  "records": [
    {
      "type": "MX",
      "records": [
        "0 ."
      ]
    }
  ]
}

Try the unpaid challenge

curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/domain/dns-deployment-contract' -H 'Content-Type: application/json' --data '{"domain":"example.com","records":[{"type":"MX","records":["0 ."]}]}'
Illustrative output or schema
{
  "route": "dns-deployment-contract",
  "observed_at": "2026-09-06T00:00:00Z",
  "result": {
    "domain": "example.com",
    "observedAt": "2026-09-06T00:00:00Z",
    "comparisons": [
      {
        "type": "MX",
        "status": "UNKNOWN",
        "missing": [],
        "added": [],
        "observed": [],
        "evidence": {
          "name": "example.com",
          "type": "MX",
          "status": "UNKNOWN",
          "rcode": 2,
          "records": [],
          "dnssec": "UNKNOWN",
          "observedAt": "2026-09-06T00:00:00Z",
          "source": "https://cloudflare-dns.com/dns-query?name=example.com&type=MX",
          "attribution": "Cloudflare 1.1.1.1 public resolver; authoritative DNS records; no endorsement"
        }
      }
    ],
    "limitations": [
      "DNS records only; no ownership, mailbox existence, SMTP acceptance or delivery conclusion.",
      "TXT records compare exact presentation strings; IP and TXT lexical differences can be reported without semantic equivalence.",
      "Changes exclude TTL and compare only requested apex record types. No persistent watcher or guessed selectors.",
      "Synthetic example of a resolver failure; no current observation claimed."
    ]
  }
}
domain-email

DNS snapshot change evidence

Compare a caller-supplied apex DNS snapshot with current records. Return added and removed record values, unchanged types and explicit unknown lookups, with resolver timestamps. Stateless change evidence for migration and configuration review; no mailbox or delivery claim.

ENABLED DISCOVERY PENDING
Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.

Evidence and readiness
  • IMPLEMENTED: PASS
  • DEPLOYED: UNKNOWN
  • RUNTIME 402 PASS: UNKNOWN
  • CDP VALIDATE PASS: UNKNOWN
  • SETTLED IF LEGITIMATELY REQUIRED: UNKNOWN
  • CDP MERCHANT PRESENT: UNKNOWN
  • CDP SEMANTIC SEARCH PRESENT: UNKNOWN
  • DOWNSTREAM PRESENT: UNKNOWN
  • COMMERCIAL DELIVERY VERIFIED: UNKNOWN
  • PAYMENT CHALLENGE VALID: UNKNOWN
  • INDEXED: UNKNOWN
  • SEMANTICALLY DISCOVERABLE: UNKNOWN
  • DELIVERY VERIFIED: UNKNOWN
  • COMMERCIALLY VALIDATED: UNKNOWN
Settlement and delivery plus positive independence and refund exclusions required. Historical technical delivery does not establish current reliability, repeat demand or profit.

US$0.007000 per request

POST https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/domain/dns-snapshot-change

Inputs

{
  "domain": "example.com",
  "records": [
    {
      "type": "MX",
      "records": [
        "0 ."
      ]
    }
  ]
}

Try the unpaid challenge

curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/domain/dns-snapshot-change' -H 'Content-Type: application/json' --data '{"domain":"example.com","records":[{"type":"MX","records":["0 ."]}]}'
Illustrative output or schema
{
  "route": "dns-snapshot-change",
  "observed_at": "2026-09-06T00:00:00Z",
  "result": {
    "domain": "example.com",
    "observedAt": "2026-09-06T00:00:00Z",
    "comparisons": [
      {
        "type": "MX",
        "status": "UNKNOWN",
        "missing": [],
        "added": [],
        "observed": [],
        "evidence": {
          "name": "example.com",
          "type": "MX",
          "status": "UNKNOWN",
          "rcode": 2,
          "records": [],
          "dnssec": "UNKNOWN",
          "observedAt": "2026-09-06T00:00:00Z",
          "source": "https://cloudflare-dns.com/dns-query?name=example.com&type=MX",
          "attribution": "Cloudflare 1.1.1.1 public resolver; authoritative DNS records; no endorsement"
        }
      }
    ],
    "limitations": [
      "DNS records only; no ownership, mailbox existence, SMTP acceptance or delivery conclusion.",
      "TXT records compare exact presentation strings; IP and TXT lexical differences can be reported without semantic equivalence.",
      "Changes exclude TTL and compare only requested apex record types. No persistent watcher or guessed selectors.",
      "Synthetic example of a resolver failure; no current observation claimed."
    ]
  }
}
official-data

Trial shortlist status change evidence

Compare up to three NCT study identifiers against caller-supplied prior registry statuses and update dates. Return per-study matches, changes or unknown baselines plus current factual registry evidence and processing times. No treatment, efficacy or medical conclusion.

ENABLED DISCOVERY PENDING
Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.

Evidence and readiness
  • IMPLEMENTED: PASS
  • DEPLOYED: UNKNOWN
  • RUNTIME 402 PASS: UNKNOWN
  • CDP VALIDATE PASS: UNKNOWN
  • SETTLED IF LEGITIMATELY REQUIRED: UNKNOWN
  • CDP MERCHANT PRESENT: UNKNOWN
  • CDP SEMANTIC SEARCH PRESENT: UNKNOWN
  • DOWNSTREAM PRESENT: UNKNOWN
  • COMMERCIAL DELIVERY VERIFIED: UNKNOWN
  • PAYMENT CHALLENGE VALID: UNKNOWN
  • INDEXED: UNKNOWN
  • SEMANTICALLY DISCOVERABLE: UNKNOWN
  • DELIVERY VERIFIED: UNKNOWN
  • COMMERCIALLY VALIDATED: UNKNOWN
Settlement and delivery plus positive independence and refund exclusions required. Historical technical delivery does not establish current reliability, repeat demand or profit.

US$0.015000 per request

POST https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/official/clinicaltrials-cohort-status

Inputs

{
  "studies": [
    {
      "nct_id": "NCT00110383",
      "previous_status": null,
      "previous_update_date": null
    }
  ]
}

Try the unpaid challenge

curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/official/clinicaltrials-cohort-status' -H 'Content-Type: application/json' --data '{"studies":[{"nct_id":"NCT00110383","previous_status":null,"previous_update_date":null}]}'
Illustrative output or schema
{
  "route": "clinicaltrials-cohort-status",
  "observed_at": "2026-09-06T00:00:00Z",
  "result": {
    "observedAt": "2026-09-06T00:00:00Z",
    "studies": [
      {
        "nct_id": "NCT00110383",
        "status_comparison": "UNKNOWN",
        "update_comparison": "UNKNOWN",
        "current_status": null,
        "current_update_date": null,
        "evidence": {
          "observedAt": "2026-09-06T00:00:00Z",
          "source": "ClinicalTrials.gov",
          "sourceUrl": "https://clinicaltrials.gov",
          "sourceUpdatedAt": null,
          "sourceProcessedAt": null,
          "query": {
            "nct_id": "NCT00110383"
          },
          "normalizedResult": [
            {
              "nctId": "NCT00110383",
              "title": null,
              "overallStatus": null,
              "studyType": null,
              "startDate": null,
              "completionDate": null,
              "lastUpdatePostDate": null,
              "phases": [],
              "sourceUrl": "https://clinicaltrials.gov/study/NCT00110383"
            }
          ],
          "rawSourceIdentifiers": [],
          "freshness": {
            "retrievedAt": "2026-09-06T00:00:00Z",
            "cacheAgeSeconds": 0,
            "maximumCacheSeconds": 0,
            "state": "CURRENT_RETRIEVAL",
            "recordAgeIsNotRetrievalAge": true
          },
          "provenance": {
            "attribution": "ClinicalTrials.gov, US National Library of Medicine",
            "license": "ClinicalTrials.gov terms; bounded factual study metadata only",
            "termsUrl": "https://clinicaltrials.gov/about-site/terms-conditions",
            "documentationUrl": "https://clinicaltrials.gov/data-api/api",
            "modifications": "Selected factual fields, normalized names and bounded result count; no source ownership claimed.",
            "limitations": [
              "Synthetic example only; identifiers and null values illustrate fields, not a live observation."
            ],
            "upstreamCalls": 1,
            "truncated": false
          }
        }
      }
    ],
    "limitations": [
      "Synthetic example only; unknown baselines are not changes."
    ]
  }
}
official-data

Counterparty LEI and legal-name reconciliation

Reconcile up to three supplied legal names and LEIs against current GLEIF registry evidence. Return explicit name agreement or disagreement, registration status, renewal dates and provenance. Normalizes case and whitespace; does not infer identity, ownership or compliance.

ENABLED DISCOVERY PENDING
Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.

Evidence and readiness
  • IMPLEMENTED: PASS
  • DEPLOYED: UNKNOWN
  • RUNTIME 402 PASS: UNKNOWN
  • CDP VALIDATE PASS: UNKNOWN
  • SETTLED IF LEGITIMATELY REQUIRED: UNKNOWN
  • CDP MERCHANT PRESENT: UNKNOWN
  • CDP SEMANTIC SEARCH PRESENT: UNKNOWN
  • DOWNSTREAM PRESENT: UNKNOWN
  • COMMERCIAL DELIVERY VERIFIED: UNKNOWN
  • PAYMENT CHALLENGE VALID: UNKNOWN
  • INDEXED: UNKNOWN
  • SEMANTICALLY DISCOVERABLE: UNKNOWN
  • DELIVERY VERIFIED: UNKNOWN
  • COMMERCIALLY VALIDATED: UNKNOWN
Settlement and delivery plus positive independence and refund exclusions required. Historical technical delivery does not establish current reliability, repeat demand or profit.

US$0.012000 per request

POST https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/official/lei-counterparty-consistency

Inputs

{
  "entities": [
    {
      "lei": "5493001KJTIIGC8Y1R12",
      "expected_legal_name": "Bloomberg Finance L.P."
    }
  ]
}

Try the unpaid challenge

curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/official/lei-counterparty-consistency' -H 'Content-Type: application/json' --data '{"entities":[{"lei":"5493001KJTIIGC8Y1R12","expected_legal_name":"Bloomberg Finance L.P."}]}'
Illustrative output or schema
{
  "route": "lei-counterparty-consistency",
  "observed_at": "2026-09-06T00:00:00Z",
  "result": {
    "observedAt": "2026-09-06T00:00:00Z",
    "entities": [
      {
        "lei": "5493001KJTIIGC8Y1R12",
        "name_comparison": "UNKNOWN",
        "expected_legal_name": "Bloomberg Finance L.P.",
        "current_legal_name": null,
        "registration_status": null,
        "evidence": {
          "observedAt": "2026-09-06T00:00:00Z",
          "source": "GLEIF LEI reference data",
          "sourceUrl": "https://api.gleif.org",
          "sourceUpdatedAt": null,
          "sourceProcessedAt": null,
          "query": {
            "lei": "5493001KJTIIGC8Y1R12"
          },
          "normalizedResult": [
            {
              "lei": "5493001KJTIIGC8Y1R12",
              "legalName": null,
              "jurisdiction": null,
              "entityStatus": null,
              "registrationStatus": null,
              "lastUpdated": null,
              "nextRenewal": null,
              "sourceUrl": null
            }
          ],
          "rawSourceIdentifiers": [],
          "freshness": {
            "retrievedAt": "2026-09-06T00:00:00Z",
            "cacheAgeSeconds": 0,
            "maximumCacheSeconds": 60,
            "state": "CURRENT_RETRIEVAL",
            "recordAgeIsNotRetrievalAge": true
          },
          "provenance": {
            "attribution": "GLEIF LEI reference data; no endorsement",
            "license": "CC0 1.0 LEI/LE-RD",
            "termsUrl": "https://www.gleif.org/en/meta/lei-data-terms-of-use",
            "documentationUrl": "https://www.gleif.org/en/lei-data/gleif-api",
            "modifications": "Selected factual fields, normalized names and bounded result count; no source ownership claimed.",
            "limitations": [
              "Synthetic example only; identifiers and null values illustrate fields, not a live observation."
            ],
            "upstreamCalls": 1,
            "truncated": false
          }
        }
      }
    ],
    "limitations": [
      "Synthetic example only; missing source name is UNKNOWN."
    ]
  }
}
official-data

Earthquake incident revision comparison

Compare current USGS facts for one event with your previous incident snapshot. Identify magnitude, location/depth, event-time and review-status differences while preserving unknown baselines and source revision times. No emergency warning or impact prediction.

ENABLED DISCOVERY PENDING
Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.

Evidence and readiness
  • IMPLEMENTED: PASS
  • DEPLOYED: UNKNOWN
  • RUNTIME 402 PASS: UNKNOWN
  • CDP VALIDATE PASS: UNKNOWN
  • SETTLED IF LEGITIMATELY REQUIRED: UNKNOWN
  • CDP MERCHANT PRESENT: UNKNOWN
  • CDP SEMANTIC SEARCH PRESENT: UNKNOWN
  • DOWNSTREAM PRESENT: UNKNOWN
  • COMMERCIAL DELIVERY VERIFIED: UNKNOWN
  • PAYMENT CHALLENGE VALID: UNKNOWN
  • INDEXED: UNKNOWN
  • SEMANTICALLY DISCOVERABLE: UNKNOWN
  • DELIVERY VERIFIED: UNKNOWN
  • COMMERCIALLY VALIDATED: UNKNOWN
Settlement and delivery plus positive independence and refund exclusions required. Historical technical delivery does not establish current reliability, repeat demand or profit.

US$0.006000 per request

POST https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/official/earthquake-incident-comparison

Inputs

{
  "event_id": "aka2026rqupxa",
  "previous": {
    "magnitude": null,
    "coordinates": null,
    "status": null,
    "eventTime": null
  }
}

Try the unpaid challenge

curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/official/earthquake-incident-comparison' -H 'Content-Type: application/json' --data '{"event_id":"aka2026rqupxa","previous":{"magnitude":null,"coordinates":null,"status":null,"eventTime":null}}'
Illustrative output or schema
{
  "route": "earthquake-incident-comparison",
  "observed_at": "2026-09-06T00:00:00Z",
  "result": {
    "observedAt": "2026-09-06T00:00:00Z",
    "event_id": "illustrative",
    "comparisons": [
      {
        "field": "magnitude",
        "status": "UNKNOWN"
      },
      {
        "field": "coordinates",
        "status": "UNKNOWN"
      },
      {
        "field": "status",
        "status": "UNKNOWN"
      },
      {
        "field": "eventTime",
        "status": "UNKNOWN"
      }
    ],
    "current": {
      "magnitude": null,
      "coordinates": null,
      "status": null,
      "eventTime": null
    },
    "evidence": {
      "observedAt": "2026-09-06T00:00:00Z",
      "source": "USGS Earthquake Catalog",
      "sourceUrl": "https://earthquake.usgs.gov",
      "sourceUpdatedAt": null,
      "sourceProcessedAt": null,
      "query": {
        "event_id": "us7000m9g4"
      },
      "normalizedResult": [
        {
          "id": "illustrative-record",
          "magnitude": null,
          "place": null,
          "eventTime": null,
          "updatedAt": null,
          "status": null,
          "network": null,
          "sourceUrl": null,
          "coordinates": null
        }
      ],
      "rawSourceIdentifiers": [],
      "freshness": {
        "retrievedAt": "2026-09-06T00:00:00Z",
        "cacheAgeSeconds": 0,
        "maximumCacheSeconds": 30,
        "state": "CURRENT_RETRIEVAL",
        "recordAgeIsNotRetrievalAge": true
      },
      "provenance": {
        "attribution": "US Geological Survey and the contributing seismic network identified in each record",
        "license": "US public-domain earthquake facts; no third-party media",
        "termsUrl": "https://www.usgs.gov/information-policies-and-instructions/copyrights-and-credits",
        "documentationUrl": "https://earthquake.usgs.gov/fdsnws/event/1/",
        "modifications": "Selected factual fields, normalized names and bounded result count; no source ownership claimed.",
        "limitations": [
          "Synthetic example only; identifiers and null values illustrate fields, not a live observation."
        ],
        "upstreamCalls": 1,
        "truncated": false
      }
    },
    "limitations": [
      "Synthetic example only."
    ]
  }
}
data-quality

CSV mapping and typed ingestion contract

Map a bounded CSV into named, typed JSON columns and validate the result in one call. Returns transformed rows only when every row satisfies your declared contract; otherwise returns bounded row/column error codes without partial transformed data. No formulas, code execution, inferred cleanup or external fetching.

ENABLED DISCOVERY PENDING
Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.

Evidence and readiness
  • IMPLEMENTED: PASS
  • DEPLOYED: UNKNOWN
  • RUNTIME 402 PASS: UNKNOWN
  • CDP VALIDATE PASS: UNKNOWN
  • SETTLED IF LEGITIMATELY REQUIRED: UNKNOWN
  • CDP MERCHANT PRESENT: UNKNOWN
  • CDP SEMANTIC SEARCH PRESENT: UNKNOWN
  • DOWNSTREAM PRESENT: UNKNOWN
  • COMMERCIAL DELIVERY VERIFIED: UNKNOWN
  • PAYMENT CHALLENGE VALID: UNKNOWN
  • INDEXED: UNKNOWN
  • SEMANTICALLY DISCOVERABLE: UNKNOWN
  • DELIVERY VERIFIED: UNKNOWN
  • COMMERCIALLY VALIDATED: UNKNOWN
Settlement and delivery plus positive independence and refund exclusions required. Historical technical delivery does not establish current reliability, repeat demand or profit.

US$0.015000 per request

POST https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/data/csv-ingestion-contract

Inputs

{
  "csv": "person,score\nAda,10\nLin,12",
  "columns": [
    {
      "source": "person",
      "target": "name",
      "type": "string",
      "nullable": false,
      "trim": true
    },
    {
      "source": "score",
      "target": "points",
      "type": "integer",
      "nullable": false,
      "trim": false
    }
  ]
}

Try the unpaid challenge

curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/data/csv-ingestion-contract' -H 'Content-Type: application/json' --data '{"csv":"person,score\nAda,10\nLin,12","columns":[{"source":"person","target":"name","type":"string","nullable":false,"trim":true},{"source":"score","target":"points","type":"integer","nullable":false,"trim":false}]}'
Illustrative output or schema
{
  "route": "csv-ingestion-contract-packet",
  "observed_at": "2026-09-06T00:00:00Z",
  "result": {
    "status": "TRANSFORMED",
    "input_sha256": "0000000000000000000000000000000000000000000000000000000000000000",
    "row_count": 2,
    "columns": [
      "name",
      "points"
    ],
    "data": [
      {
        "name": "Ada",
        "points": 10
      },
      {
        "name": "Lin",
        "points": 12
      }
    ],
    "issues": [],
    "issue_count": 0,
    "issues_truncated": false,
    "limitations": [
      "Synthetic example hash only."
    ]
  }
}
data-quality

CSV cross-file foreign-key integrity

Check whether child CSV keys resolve to unique parent CSV keys before a relational import. Receive orphan, blank-key and duplicate-parent counts with bounded record numbers. Choose explicit trimming and blank-child handling. Exact string matching; no inferred joins, data correction or external fetching.

ENABLED DISCOVERY PENDING
Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.

Evidence and readiness
  • IMPLEMENTED: PASS
  • DEPLOYED: UNKNOWN
  • RUNTIME 402 PASS: UNKNOWN
  • CDP VALIDATE PASS: UNKNOWN
  • SETTLED IF LEGITIMATELY REQUIRED: UNKNOWN
  • CDP MERCHANT PRESENT: UNKNOWN
  • CDP SEMANTIC SEARCH PRESENT: UNKNOWN
  • DOWNSTREAM PRESENT: UNKNOWN
  • COMMERCIAL DELIVERY VERIFIED: UNKNOWN
  • PAYMENT CHALLENGE VALID: UNKNOWN
  • INDEXED: UNKNOWN
  • SEMANTICALLY DISCOVERABLE: UNKNOWN
  • DELIVERY VERIFIED: UNKNOWN
  • COMMERCIALLY VALIDATED: UNKNOWN
Settlement and delivery plus positive independence and refund exclusions required. Historical technical delivery does not establish current reliability, repeat demand or profit.

US$0.012000 per request

POST https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/data/csv-cross-file-key-integrity

Inputs

{
  "parent_csv": "id,name\n1,Ada\n2,Lin",
  "child_csv": "order,person_id\nA,1\nB,2",
  "parent_key": "id",
  "child_key": "person_id",
  "blank_child_keys": "reject",
  "trim_keys": false
}

Try the unpaid challenge

curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/data/csv-cross-file-key-integrity' -H 'Content-Type: application/json' --data '{"parent_csv":"id,name\n1,Ada\n2,Lin","child_csv":"order,person_id\nA,1\nB,2","parent_key":"id","child_key":"person_id","blank_child_keys":"reject","trim_keys":false}'
Illustrative output or schema
{
  "route": "csv-cross-file-key-integrity",
  "observed_at": "2026-09-06T00:00:00Z",
  "result": {
    "status": "PASS",
    "parent_sha256": "0000000000000000000000000000000000000000000000000000000000000000",
    "child_sha256": "0000000000000000000000000000000000000000000000000000000000000000",
    "parent_rows": 2,
    "child_rows": 2,
    "matched_child_rows": 2,
    "orphan_child_rows": [],
    "orphan_count": 0,
    "blank_parent_rows": [],
    "blank_parent_count": 0,
    "blank_child_rows": [],
    "blank_child_count": 0,
    "duplicate_parent_rows": [],
    "duplicate_parent_count": 0,
    "evidence_truncated": false,
    "limitations": [
      "Synthetic example hashes."
    ]
  }
}
data-quality

CSV keyed row reconciliation

Reconcile two CSV snapshots by an explicit unique key. Identify added, removed and changed records and the declared columns that changed, using bounded record numbers without echoing cell values. Exact strings; duplicate or blank keys fail before payment settlement. No inferred matching or aggregate-only drift.

ENABLED DISCOVERY PENDING
Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.

Evidence and readiness
  • IMPLEMENTED: PASS
  • DEPLOYED: UNKNOWN
  • RUNTIME 402 PASS: UNKNOWN
  • CDP VALIDATE PASS: UNKNOWN
  • SETTLED IF LEGITIMATELY REQUIRED: UNKNOWN
  • CDP MERCHANT PRESENT: UNKNOWN
  • CDP SEMANTIC SEARCH PRESENT: UNKNOWN
  • DOWNSTREAM PRESENT: UNKNOWN
  • COMMERCIAL DELIVERY VERIFIED: UNKNOWN
  • PAYMENT CHALLENGE VALID: UNKNOWN
  • INDEXED: UNKNOWN
  • SEMANTICALLY DISCOVERABLE: UNKNOWN
  • DELIVERY VERIFIED: UNKNOWN
  • COMMERCIALLY VALIDATED: UNKNOWN
Settlement and delivery plus positive independence and refund exclusions required. Historical technical delivery does not establish current reliability, repeat demand or profit.

US$0.015000 per request

POST https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/data/csv-keyed-row-reconciliation

Inputs

{
  "before_csv": "id,stock\n1,5\n2,4",
  "after_csv": "id,stock\n1,6\n3,2",
  "key_column": "id",
  "compare_columns": [
    "stock"
  ]
}

Try the unpaid challenge

curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/data/csv-keyed-row-reconciliation' -H 'Content-Type: application/json' --data '{"before_csv":"id,stock\n1,5\n2,4","after_csv":"id,stock\n1,6\n3,2","key_column":"id","compare_columns":["stock"]}'
Illustrative output or schema
{
  "route": "csv-keyed-row-reconciliation",
  "observed_at": "2026-09-06T00:00:00Z",
  "result": {
    "before_sha256": "0000000000000000000000000000000000000000000000000000000000000000",
    "after_sha256": "0000000000000000000000000000000000000000000000000000000000000000",
    "before_rows": 2,
    "after_rows": 2,
    "added_count": 1,
    "removed_count": 1,
    "changed_count": 1,
    "unchanged_count": 0,
    "added_record_numbers": [
      3
    ],
    "removed_record_numbers": [
      3
    ],
    "changed_records": [
      {
        "before_record": 2,
        "after_record": 2,
        "changed_columns": [
          "stock"
        ]
      }
    ],
    "evidence_truncated": false,
    "limitations": [
      "Synthetic example hashes."
    ]
  }
}
official-data

Earthquakes near a location during an incident window

Find up to 20 USGS earthquake observations within a supplied radius and seven-day time window. Return event identifiers, magnitude, coordinates, depth and revision times, with an explicit completeness flag. One current source retrieval; no emergency or impact claim.

ENABLED DISCOVERY PENDING
Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.

Evidence and readiness
  • IMPLEMENTED: PASS
  • DEPLOYED: UNKNOWN
  • RUNTIME 402 PASS: UNKNOWN
  • CDP VALIDATE PASS: UNKNOWN
  • SETTLED IF LEGITIMATELY REQUIRED: UNKNOWN
  • CDP MERCHANT PRESENT: UNKNOWN
  • CDP SEMANTIC SEARCH PRESENT: UNKNOWN
  • DOWNSTREAM PRESENT: UNKNOWN
  • COMMERCIAL DELIVERY VERIFIED: UNKNOWN
  • PAYMENT CHALLENGE VALID: UNKNOWN
  • INDEXED: UNKNOWN
  • SEMANTICALLY DISCOVERABLE: UNKNOWN
  • DELIVERY VERIFIED: UNKNOWN
  • COMMERCIALLY VALIDATED: UNKNOWN
Settlement and delivery plus positive independence and refund exclusions required. Historical technical delivery does not establish current reliability, repeat demand or profit.

US$0.010000 per request

POST https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/official/usgs-radius-incident-window

Inputs

{
  "latitude": 37.77,
  "longitude": -122.42,
  "radius_km": 100,
  "start_time": "2026-09-05T00:00:00Z",
  "end_time": "2026-09-06T00:00:00Z",
  "minimum_magnitude": 0,
  "limit": 10
}

Try the unpaid challenge

curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/official/usgs-radius-incident-window' -H 'Content-Type: application/json' --data '{"latitude":37.77,"longitude":-122.42,"radius_km":100,"start_time":"2026-09-05T00:00:00Z","end_time":"2026-09-06T00:00:00Z","minimum_magnitude":0,"limit":10}'
Illustrative output or schema
{
  "route": "usgs-radius-incident-window",
  "observed_at": "2026-09-06T00:00:00Z",
  "result": {
    "observed_at": "2026-09-06T00:00:00Z",
    "query": {
      "latitude": 37.77,
      "longitude": -122.42,
      "radius_km": 100,
      "start_time": "2026-09-05T00:00:00Z",
      "end_time": "2026-09-06T00:00:00Z",
      "minimum_magnitude": 0,
      "limit": 10
    },
    "events": [],
    "complete": true,
    "evidence": {
      "source": "USGS Earthquake Catalog",
      "source_url": "https://earthquake.usgs.gov/fdsnws/event/1/query",
      "retrieved_at": "2026-09-06T00:00:00Z",
      "source_generated_at": null,
      "cache_age_seconds": 0,
      "attribution": "US Geological Survey and the contributing seismic network identified in each record",
      "license": "US public-domain earthquake facts; no third-party media",
      "terms_url": "https://www.usgs.gov/information-policies-and-instructions/copyrights-and-credits",
      "upstream_calls": 1
    },
    "limitations": [
      "Reported seismic observations may be revised; no emergency warning or impact prediction.",
      "Complete means the bounded source query was not truncated at retrieval; it does not guarantee all earthquakes are catalogued.",
      "Synthetic empty result only; no live observation claimed."
    ]
  }
}
official-data

Earthquake incident set reconciliation

Compare caller-supplied event identifiers with current USGS results for the same radius and fixed time window. Return newly observed, retained and absent identifiers. Truncated searches mark absence unresolved. Stateless reconciliation; no deletion or monitoring claim.

ENABLED DISCOVERY PENDING
Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.

Evidence and readiness
  • IMPLEMENTED: PASS
  • DEPLOYED: UNKNOWN
  • RUNTIME 402 PASS: UNKNOWN
  • CDP VALIDATE PASS: UNKNOWN
  • SETTLED IF LEGITIMATELY REQUIRED: UNKNOWN
  • CDP MERCHANT PRESENT: UNKNOWN
  • CDP SEMANTIC SEARCH PRESENT: UNKNOWN
  • DOWNSTREAM PRESENT: UNKNOWN
  • COMMERCIAL DELIVERY VERIFIED: UNKNOWN
  • PAYMENT CHALLENGE VALID: UNKNOWN
  • INDEXED: UNKNOWN
  • SEMANTICALLY DISCOVERABLE: UNKNOWN
  • DELIVERY VERIFIED: UNKNOWN
  • COMMERCIALLY VALIDATED: UNKNOWN
Settlement and delivery plus positive independence and refund exclusions required. Historical technical delivery does not establish current reliability, repeat demand or profit.

US$0.011000 per request

POST https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/official/usgs-event-set-change

Inputs

{
  "window": {
    "latitude": 37.77,
    "longitude": -122.42,
    "radius_km": 100,
    "start_time": "2026-09-05T00:00:00Z",
    "end_time": "2026-09-06T00:00:00Z",
    "minimum_magnitude": 0,
    "limit": 10
  },
  "baseline_event_ids": [
    "us7000m9g4"
  ]
}

Try the unpaid challenge

curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/official/usgs-event-set-change' -H 'Content-Type: application/json' --data '{"window":{"latitude":37.77,"longitude":-122.42,"radius_km":100,"start_time":"2026-09-05T00:00:00Z","end_time":"2026-09-06T00:00:00Z","minimum_magnitude":0,"limit":10},"baseline_event_ids":["us7000m9g4"]}'
Illustrative output or schema
{
  "route": "usgs-event-set-change",
  "observed_at": "2026-09-06T00:00:00Z",
  "result": {
    "observed_at": "2026-09-06T00:00:00Z",
    "added": [],
    "retained": [],
    "not_in_current_query": [
      "us7000m9g4"
    ],
    "unresolved_absence": [],
    "current": {
      "observed_at": "2026-09-06T00:00:00Z",
      "query": {
        "latitude": 37.77,
        "longitude": -122.42,
        "radius_km": 100,
        "start_time": "2026-09-05T00:00:00Z",
        "end_time": "2026-09-06T00:00:00Z",
        "minimum_magnitude": 0,
        "limit": 10
      },
      "events": [],
      "complete": true,
      "evidence": {
        "source": "USGS Earthquake Catalog",
        "source_url": "https://earthquake.usgs.gov/fdsnws/event/1/query",
        "retrieved_at": "2026-09-06T00:00:00Z",
        "source_generated_at": null,
        "cache_age_seconds": 0,
        "attribution": "US Geological Survey and the contributing seismic network identified in each record",
        "license": "US public-domain earthquake facts; no third-party media",
        "terms_url": "https://www.usgs.gov/information-policies-and-instructions/copyrights-and-credits",
        "upstream_calls": 1
      },
      "limitations": [
        "Reported seismic observations may be revised; no emergency warning or impact prediction.",
        "Complete means the bounded source query was not truncated at retrieval; it does not guarantee all earthquakes are catalogued.",
        "Synthetic empty result only; no live observation claimed."
      ]
    },
    "limitations": [
      "Synthetic example; absence from a query does not establish deletion."
    ]
  }
}
official-data

Compare two vehicles by decoded VIN attributes

Compare two full VINs across make, model, year, vehicle type, body class and fuel type using two current NHTSA decodes. Return field matches, mismatches or unknowns with both source results. Decode errors remain visible; no ownership, title or vehicle-history lookup.

ENABLED DISCOVERY PENDING
Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.

Evidence and readiness
  • IMPLEMENTED: PASS
  • DEPLOYED: UNKNOWN
  • RUNTIME 402 PASS: UNKNOWN
  • CDP VALIDATE PASS: UNKNOWN
  • SETTLED IF LEGITIMATELY REQUIRED: UNKNOWN
  • CDP MERCHANT PRESENT: UNKNOWN
  • CDP SEMANTIC SEARCH PRESENT: UNKNOWN
  • DOWNSTREAM PRESENT: UNKNOWN
  • COMMERCIAL DELIVERY VERIFIED: UNKNOWN
  • PAYMENT CHALLENGE VALID: UNKNOWN
  • INDEXED: UNKNOWN
  • SEMANTICALLY DISCOVERABLE: UNKNOWN
  • DELIVERY VERIFIED: UNKNOWN
  • COMMERCIALLY VALIDATED: UNKNOWN
Settlement and delivery plus positive independence and refund exclusions required. Historical technical delivery does not establish current reliability, repeat demand or profit.

US$0.010000 per request

POST https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/official/vin-pair-attribute-comparison

Inputs

{
  "left_vin": "1HGCM82633A004352",
  "right_vin": "5UXWX7C50BA000000"
}

Try the unpaid challenge

curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/official/vin-pair-attribute-comparison' -H 'Content-Type: application/json' --data '{"left_vin":"1HGCM82633A004352","right_vin":"5UXWX7C50BA000000"}'
Illustrative output or schema
{
  "route": "vin-pair-attribute-comparison",
  "observed_at": "2026-09-06T00:00:00Z",
  "result": {
    "observed_at": "2026-09-06T00:00:00Z",
    "comparisons": [
      {
        "field": "Make",
        "left": null,
        "right": null,
        "status": "UNKNOWN"
      },
      {
        "field": "Model",
        "left": null,
        "right": null,
        "status": "UNKNOWN"
      },
      {
        "field": "ModelYear",
        "left": null,
        "right": null,
        "status": "UNKNOWN"
      },
      {
        "field": "VehicleType",
        "left": null,
        "right": null,
        "status": "UNKNOWN"
      },
      {
        "field": "BodyClass",
        "left": null,
        "right": null,
        "status": "UNKNOWN"
      },
      {
        "field": "FuelTypePrimary",
        "left": null,
        "right": null,
        "status": "UNKNOWN"
      }
    ],
    "vehicles": [
      {
        "vin": "1HGCM82633A004352",
        "decode_clean": false,
        "evidence": {
          "observedAt": "2026-09-06T00:00:00Z",
          "source": "NHTSA vPIC",
          "sourceUrl": "https://vpic.nhtsa.dot.gov",
          "sourceUpdatedAt": null,
          "sourceProcessedAt": null,
          "query": {
            "vin": "5UXWX7C5*BA0",
            "model_year": 2011
          },
          "normalizedResult": [
            {
              "VIN": null,
              "Make": null,
              "Model": null,
              "ModelYear": null,
              "Manufacturer": null,
              "VehicleType": null,
              "BodyClass": null,
              "FuelTypePrimary": null,
              "EngineCylinders": null,
              "ElectrificationLevel": null,
              "ErrorCode": null,
              "ErrorText": null
            }
          ],
          "rawSourceIdentifiers": [],
          "freshness": {
            "retrievedAt": "2026-09-06T00:00:00Z",
            "cacheAgeSeconds": 0,
            "maximumCacheSeconds": 0,
            "state": "CURRENT_RETRIEVAL",
            "recordAgeIsNotRetrievalAge": true
          },
          "provenance": {
            "attribution": "NHTSA vPIC; manufacturer-reported vehicle attributes",
            "license": "Public vPIC Open Data API; no licensing or registration requirement",
            "termsUrl": "https://vpic.nhtsa.dot.gov/api/Home/Index/FAQ",
            "documentationUrl": "https://vpic.nhtsa.dot.gov/api/",
            "modifications": "Selected factual fields, normalized names and bounded result count; no source ownership claimed.",
            "limitations": [
              "Synthetic example only; identifiers and null values illustrate fields, not a live observation."
            ],
            "upstreamCalls": 1,
            "truncated": false
          }
        }
      },
      {
        "vin": "5UXWX7C50BA000000",
        "decode_clean": false,
        "evidence": {
          "observedAt": "2026-09-06T00:00:00Z",
          "source": "NHTSA vPIC",
          "sourceUrl": "https://vpic.nhtsa.dot.gov",
          "sourceUpdatedAt": null,
          "sourceProcessedAt": null,
          "query": {
            "vin": "5UXWX7C5*BA0",
            "model_year": 2011
          },
          "normalizedResult": [
            {
              "VIN": null,
              "Make": null,
              "Model": null,
              "ModelYear": null,
              "Manufacturer": null,
              "VehicleType": null,
              "BodyClass": null,
              "FuelTypePrimary": null,
              "EngineCylinders": null,
              "ElectrificationLevel": null,
              "ErrorCode": null,
              "ErrorText": null
            }
          ],
          "rawSourceIdentifiers": [],
          "freshness": {
            "retrievedAt": "2026-09-06T00:00:00Z",
            "cacheAgeSeconds": 0,
            "maximumCacheSeconds": 0,
            "state": "CURRENT_RETRIEVAL",
            "recordAgeIsNotRetrievalAge": true
          },
          "provenance": {
            "attribution": "NHTSA vPIC; manufacturer-reported vehicle attributes",
            "license": "Public vPIC Open Data API; no licensing or registration requirement",
            "termsUrl": "https://vpic.nhtsa.dot.gov/api/Home/Index/FAQ",
            "documentationUrl": "https://vpic.nhtsa.dot.gov/api/",
            "modifications": "Selected factual fields, normalized names and bounded result count; no source ownership claimed.",
            "limitations": [
              "Synthetic example only; identifiers and null values illustrate fields, not a live observation."
            ],
            "upstreamCalls": 1,
            "truncated": false
          }
        }
      }
    ],
    "limitations": [
      "Manufacturer-reported NHTSA decode only; no ownership, title, history, recall, safety or identity conclusion.",
      "Nonzero or missing decode error codes make all attribute comparisons UNKNOWN; source errors are retained.",
      "Case, Unicode compatibility and whitespace normalization only. No fuzzy model matching.",
      "Synthetic example only."
    ]
  }
}
official-data

Check declared vehicle attributes against VIN evidence

Check supplied vehicle listing attributes against one current NHTSA VIN decode. Return per-field agreement, mismatch or unknown for declared make, model, year, vehicle type, body class or fuel type. Includes decode errors and source evidence; no fraud or ownership conclusion.

ENABLED DISCOVERY PENDING
Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.

Evidence and readiness
  • IMPLEMENTED: PASS
  • DEPLOYED: UNKNOWN
  • RUNTIME 402 PASS: UNKNOWN
  • CDP VALIDATE PASS: UNKNOWN
  • SETTLED IF LEGITIMATELY REQUIRED: UNKNOWN
  • CDP MERCHANT PRESENT: UNKNOWN
  • CDP SEMANTIC SEARCH PRESENT: UNKNOWN
  • DOWNSTREAM PRESENT: UNKNOWN
  • COMMERCIAL DELIVERY VERIFIED: UNKNOWN
  • PAYMENT CHALLENGE VALID: UNKNOWN
  • INDEXED: UNKNOWN
  • SEMANTICALLY DISCOVERABLE: UNKNOWN
  • DELIVERY VERIFIED: UNKNOWN
  • COMMERCIALLY VALIDATED: UNKNOWN
Settlement and delivery plus positive independence and refund exclusions required. Historical technical delivery does not establish current reliability, repeat demand or profit.

US$0.006000 per request

POST https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/official/vin-declared-attribute-mismatch

Inputs

{
  "vin": "1HGCM82633A004352",
  "expected": [
    {
      "field": "Make",
      "value": "HONDA"
    },
    {
      "field": "ModelYear",
      "value": "2003"
    }
  ]
}

Try the unpaid challenge

curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/official/vin-declared-attribute-mismatch' -H 'Content-Type: application/json' --data '{"vin":"1HGCM82633A004352","expected":[{"field":"Make","value":"HONDA"},{"field":"ModelYear","value":"2003"}]}'
Illustrative output or schema
{
  "route": "vin-declared-attribute-mismatch",
  "observed_at": "2026-09-06T00:00:00Z",
  "result": {
    "observed_at": "2026-09-06T00:00:00Z",
    "comparisons": [
      {
        "field": "Make",
        "left": "HONDA",
        "right": null,
        "status": "UNKNOWN"
      }
    ],
    "vehicle": {
      "vin": "1HGCM82633A004352",
      "decode_clean": false,
      "evidence": {
        "observedAt": "2026-09-06T00:00:00Z",
        "source": "NHTSA vPIC",
        "sourceUrl": "https://vpic.nhtsa.dot.gov",
        "sourceUpdatedAt": null,
        "sourceProcessedAt": null,
        "query": {
          "vin": "5UXWX7C5*BA0",
          "model_year": 2011
        },
        "normalizedResult": [
          {
            "VIN": null,
            "Make": null,
            "Model": null,
            "ModelYear": null,
            "Manufacturer": null,
            "VehicleType": null,
            "BodyClass": null,
            "FuelTypePrimary": null,
            "EngineCylinders": null,
            "ElectrificationLevel": null,
            "ErrorCode": null,
            "ErrorText": null
          }
        ],
        "rawSourceIdentifiers": [],
        "freshness": {
          "retrievedAt": "2026-09-06T00:00:00Z",
          "cacheAgeSeconds": 0,
          "maximumCacheSeconds": 0,
          "state": "CURRENT_RETRIEVAL",
          "recordAgeIsNotRetrievalAge": true
        },
        "provenance": {
          "attribution": "NHTSA vPIC; manufacturer-reported vehicle attributes",
          "license": "Public vPIC Open Data API; no licensing or registration requirement",
          "termsUrl": "https://vpic.nhtsa.dot.gov/api/Home/Index/FAQ",
          "documentationUrl": "https://vpic.nhtsa.dot.gov/api/",
          "modifications": "Selected factual fields, normalized names and bounded result count; no source ownership claimed.",
          "limitations": [
            "Synthetic example only; identifiers and null values illustrate fields, not a live observation."
          ],
          "upstreamCalls": 1,
          "truncated": false
        }
      }
    },
    "limitations": [
      "Manufacturer-reported NHTSA decode only; no ownership, title, history, recall, safety or identity conclusion.",
      "Nonzero or missing decode error codes make all attribute comparisons UNKNOWN; source errors are retained.",
      "Case, Unicode compatibility and whitespace normalization only. No fuzzy model matching.",
      "Synthetic example only."
    ]
  }
}
official-data

Forecast changes against your prior forecast

Compare a current NWS point forecast with your previous forecast for up to 48 hours. Receive changed temperature, wind and condition fields for matching periods, unknown comparisons and coverage gaps. Send coordinates, interval and prior periods. Two bounded source calls; no safety recommendation.

ENABLED DISCOVERY PENDING
Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.

Evidence and readiness
  • IMPLEMENTED: PASS
  • DEPLOYED: UNKNOWN
  • RUNTIME 402 PASS: UNKNOWN
  • CDP VALIDATE PASS: UNKNOWN
  • SETTLED IF LEGITIMATELY REQUIRED: UNKNOWN
  • CDP MERCHANT PRESENT: UNKNOWN
  • CDP SEMANTIC SEARCH PRESENT: UNKNOWN
  • DOWNSTREAM PRESENT: UNKNOWN
  • COMMERCIAL DELIVERY VERIFIED: UNKNOWN
  • PAYMENT CHALLENGE VALID: UNKNOWN
  • INDEXED: UNKNOWN
  • SEMANTICALLY DISCOVERABLE: UNKNOWN
  • DELIVERY VERIFIED: UNKNOWN
  • COMMERCIALLY VALIDATED: UNKNOWN
Settlement and delivery plus positive independence and refund exclusions required. Historical technical delivery does not establish current reliability, repeat demand or profit.

US$0.012000 per request

POST https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/official/nws-forecast-baseline-change

Inputs

{
  "latitude": 39.7456,
  "longitude": -97.0892,
  "start": "2026-09-07T00:00:00Z",
  "end": "2026-09-07T12:00:00Z",
  "baseline": [
    {
      "startTime": "2026-09-07T00:00:00Z",
      "endTime": "2026-09-07T12:00:00Z",
      "temperature": 20,
      "temperatureUnit": "C",
      "windSpeed": "5 mph",
      "windDirection": "N",
      "shortForecast": "Clear"
    }
  ]
}

Try the unpaid challenge

curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/official/nws-forecast-baseline-change' -H 'Content-Type: application/json' --data '{"latitude":39.7456,"longitude":-97.0892,"start":"2026-09-07T00:00:00Z","end":"2026-09-07T12:00:00Z","baseline":[{"startTime":"2026-09-07T00:00:00Z","endTime":"2026-09-07T12:00:00Z","temperature":20,"temperatureUnit":"C","windSpeed":"5 mph","windDirection":"N","shortForecast":"Clear"}]}'
Illustrative output or schema
{
  "route": "nws-forecast-baseline-change",
  "observed_at": "2026-09-06T00:00:00Z",
  "result": {
    "requested_window": {
      "start": "2026-09-07T00:00:00Z",
      "end": "2026-09-07T12:00:00Z"
    },
    "periods": [
      {
        "start": "2026-09-07T00:00:00Z",
        "end": "2026-09-07T12:00:00Z",
        "status": "CHANGED",
        "changed_fields": [
          "temperature"
        ],
        "unknown_fields": [],
        "previous": {
          "startTime": "2026-09-07T00:00:00Z",
          "endTime": "2026-09-07T12:00:00Z",
          "temperature": 20,
          "temperatureUnit": "C",
          "windSpeed": "5 mph",
          "windDirection": "N",
          "shortForecast": "Clear"
        },
        "current": {
          "startTime": "2026-09-07T00:00:00Z",
          "endTime": "2026-09-07T12:00:00Z",
          "temperature": 23,
          "temperatureUnit": "C",
          "windSpeed": "5 mph",
          "windDirection": "N",
          "shortForecast": "Clear"
        }
      }
    ],
    "current_coverage_complete": true,
    "source": {
      "url": "https://api.weather.gov",
      "retrieved_at": "2026-09-06T00:00:00Z",
      "updated_at": null,
      "cache_age_seconds": 0,
      "attribution": "NOAA / National Weather Service; normalized by Foundry; no endorsement",
      "terms_url": "https://www.weather.gov/disclaimer"
    },
    "limitations": [
      "Compares only identical complete source period boundaries. Shifted or missing baseline periods remain UNKNOWN.",
      "Temperature compares in Celsius; wind and forecast text compare literally. Text change is not a quantified weather change.",
      "Current retrieval is not historical coverage, a safety recommendation or an emergency service."
    ]
  }
}
official-data

Active alert relevance for your time window

Find current NWS alerts matching a US point and overlapping your interval of up to 48 hours. Send latitude, longitude, start and end. Receive alert IDs, overlap times, unknown timing and truncation with source timestamps. This current snapshot is not an archive or safety verdict.

ENABLED DISCOVERY PENDING
Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.

Evidence and readiness
  • IMPLEMENTED: PASS
  • DEPLOYED: UNKNOWN
  • RUNTIME 402 PASS: UNKNOWN
  • CDP VALIDATE PASS: UNKNOWN
  • SETTLED IF LEGITIMATELY REQUIRED: UNKNOWN
  • CDP MERCHANT PRESENT: UNKNOWN
  • CDP SEMANTIC SEARCH PRESENT: UNKNOWN
  • DOWNSTREAM PRESENT: UNKNOWN
  • COMMERCIAL DELIVERY VERIFIED: UNKNOWN
  • PAYMENT CHALLENGE VALID: UNKNOWN
  • INDEXED: UNKNOWN
  • SEMANTICALLY DISCOVERABLE: UNKNOWN
  • DELIVERY VERIFIED: UNKNOWN
  • COMMERCIALLY VALIDATED: UNKNOWN
Settlement and delivery plus positive independence and refund exclusions required. Historical technical delivery does not establish current reliability, repeat demand or profit.

US$0.010000 per request

POST https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/official/nws-alert-interval-relevance

Inputs

{
  "latitude": 39.7456,
  "longitude": -97.0892,
  "start": "2026-09-07T00:00:00Z",
  "end": "2026-09-07T12:00:00Z"
}

Try the unpaid challenge

curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/official/nws-alert-interval-relevance' -H 'Content-Type: application/json' --data '{"latitude":39.7456,"longitude":-97.0892,"start":"2026-09-07T00:00:00Z","end":"2026-09-07T12:00:00Z"}'
Illustrative output or schema
{
  "route": "nws-alert-interval-relevance",
  "observed_at": "2026-09-06T00:00:00Z",
  "result": {
    "requested_window": {
      "start": "2026-09-07T00:00:00Z",
      "end": "2026-09-07T12:00:00Z"
    },
    "alerts": [],
    "examined_count": 0,
    "matched_count": 0,
    "unknown_count": 0,
    "truncated": false,
    "historical_coverage": "NOT_AN_ARCHIVE",
    "source": {
      "url": "https://api.weather.gov",
      "retrieved_at": "2026-09-06T00:00:00Z",
      "updated_at": null,
      "cache_age_seconds": 0,
      "attribution": "NOAA / National Weather Service; normalized by Foundry; no endorsement",
      "terms_url": "https://www.weather.gov/disclaimer"
    },
    "limitations": [
      "Only alerts currently returned by the NWS active point filter are examined. This is not historical or future alert coverage.",
      "Point relevance is delegated to the official NWS point filter; no independent geometry guarantee is made.",
      "Missing temporal fields remain UNKNOWN; no alerts does not establish safe conditions."
    ]
  }
}
data-quality

CSV join cardinality and fanout precheck

Predict inner, left or full join output size before materializing a join. Receive matched-pair counts, unmatched record counts and many-to-many fanout evidence, checked against your output-row limit. Exact string keys; blank keys match blank keys. No rows are joined or uploaded elsewhere.

ENABLED DISCOVERY PENDING
Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.

Evidence and readiness
  • IMPLEMENTED: PASS
  • DEPLOYED: UNKNOWN
  • RUNTIME 402 PASS: UNKNOWN
  • CDP VALIDATE PASS: UNKNOWN
  • SETTLED IF LEGITIMATELY REQUIRED: UNKNOWN
  • CDP MERCHANT PRESENT: UNKNOWN
  • CDP SEMANTIC SEARCH PRESENT: UNKNOWN
  • DOWNSTREAM PRESENT: UNKNOWN
  • COMMERCIAL DELIVERY VERIFIED: UNKNOWN
  • PAYMENT CHALLENGE VALID: UNKNOWN
  • INDEXED: UNKNOWN
  • SEMANTICALLY DISCOVERABLE: UNKNOWN
  • DELIVERY VERIFIED: UNKNOWN
  • COMMERCIALLY VALIDATED: UNKNOWN
Settlement and delivery plus positive independence and refund exclusions required. Historical technical delivery does not establish current reliability, repeat demand or profit.

US$0.005000 per request

POST https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/data/csv-join-cardinality-precheck

Inputs

{
  "left_csv": "id,item\n1,A\n1,B\n2,C",
  "right_csv": "id,tag\n1,X\n1,Y\n3,Z",
  "left_key": "id",
  "right_key": "id",
  "join_type": "left",
  "maximum_output_rows": 10
}

Try the unpaid challenge

curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/data/csv-join-cardinality-precheck' -H 'Content-Type: application/json' --data '{"left_csv":"id,item\n1,A\n1,B\n2,C","right_csv":"id,tag\n1,X\n1,Y\n3,Z","left_key":"id","right_key":"id","join_type":"left","maximum_output_rows":10}'
Illustrative output or schema
{
  "route": "csv-join-cardinality-precheck",
  "observed_at": "2026-09-06T00:00:00Z",
  "result": {
    "status": "WITHIN_LIMIT",
    "left_sha256": "0000000000000000000000000000000000000000000000000000000000000000",
    "right_sha256": "0000000000000000000000000000000000000000000000000000000000000000",
    "left_rows": 3,
    "right_rows": 3,
    "predicted_output_rows": 5,
    "matched_pairs": 4,
    "unmatched_left_rows": 1,
    "unmatched_right_rows": 1,
    "many_to_many_keys": 1,
    "maximum_pairs_per_key": 4,
    "limitations": [
      "Synthetic example hashes."
    ]
  }
}
data-quality

CSV deterministic keyed deduplication

Produce a deduplicated CSV using one to three declared key columns and an explicit first, last or reject conflict policy. Retained records stay in their original order; receive the removed-record count and bounded record-number evidence. No guessed winners, enrichment or formula execution.

ENABLED DISCOVERY PENDING
Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.

Evidence and readiness
  • IMPLEMENTED: PASS
  • DEPLOYED: UNKNOWN
  • RUNTIME 402 PASS: UNKNOWN
  • CDP VALIDATE PASS: UNKNOWN
  • SETTLED IF LEGITIMATELY REQUIRED: UNKNOWN
  • CDP MERCHANT PRESENT: UNKNOWN
  • CDP SEMANTIC SEARCH PRESENT: UNKNOWN
  • DOWNSTREAM PRESENT: UNKNOWN
  • COMMERCIAL DELIVERY VERIFIED: UNKNOWN
  • PAYMENT CHALLENGE VALID: UNKNOWN
  • INDEXED: UNKNOWN
  • SEMANTICALLY DISCOVERABLE: UNKNOWN
  • DELIVERY VERIFIED: UNKNOWN
  • COMMERCIALLY VALIDATED: UNKNOWN
Settlement and delivery plus positive independence and refund exclusions required. Historical technical delivery does not establish current reliability, repeat demand or profit.

US$0.005000 per request

POST https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/data/csv-deterministic-deduplication

Inputs

{
  "csv": "id,name\n1,Ada\n1,Ada updated\n2,Lin",
  "keys": [
    "id"
  ],
  "keep": "last"
}

Try the unpaid challenge

curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/data/csv-deterministic-deduplication' -H 'Content-Type: application/json' --data '{"csv":"id,name\n1,Ada\n1,Ada updated\n2,Lin","keys":["id"],"keep":"last"}'
Illustrative output or schema
{
  "route": "csv-deterministic-deduplication",
  "observed_at": "2026-09-06T00:00:00Z",
  "result": {
    "status": "COMPLETED",
    "input_sha256": "0000000000000000000000000000000000000000000000000000000000000000",
    "input_rows": 3,
    "output_rows": 2,
    "duplicate_key_groups": 1,
    "removed_rows": 1,
    "removed_record_numbers": [
      2
    ],
    "evidence_truncated": false,
    "output_csv": "id,name\r\n1,Ada updated\r\n2,Lin",
    "limitations": [
      "Synthetic example hash."
    ]
  }
}
data-quality

CSV partition union consistency

Check two to five CSV exports before concatenating them into one dataset. Verify identical ordered headers, nonblank business keys and key uniqueness across all partitions, with bounded partition and record evidence. Maximum 1000 aggregate records. No automatic merge or schema inference.

ENABLED DISCOVERY PENDING
Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.

Evidence and readiness
  • IMPLEMENTED: PASS
  • DEPLOYED: UNKNOWN
  • RUNTIME 402 PASS: UNKNOWN
  • CDP VALIDATE PASS: UNKNOWN
  • SETTLED IF LEGITIMATELY REQUIRED: UNKNOWN
  • CDP MERCHANT PRESENT: UNKNOWN
  • CDP SEMANTIC SEARCH PRESENT: UNKNOWN
  • DOWNSTREAM PRESENT: UNKNOWN
  • COMMERCIAL DELIVERY VERIFIED: UNKNOWN
  • PAYMENT CHALLENGE VALID: UNKNOWN
  • INDEXED: UNKNOWN
  • SEMANTICALLY DISCOVERABLE: UNKNOWN
  • DELIVERY VERIFIED: UNKNOWN
  • COMMERCIALLY VALIDATED: UNKNOWN
Settlement and delivery plus positive independence and refund exclusions required. Historical technical delivery does not establish current reliability, repeat demand or profit.

US$0.008000 per request

POST https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/data/csv-partition-consistency

Inputs

{
  "partitions": [
    "id,name\n1,Ada",
    "id,name\n2,Lin"
  ],
  "key_column": "id"
}

Try the unpaid challenge

curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/data/csv-partition-consistency' -H 'Content-Type: application/json' --data '{"partitions":["id,name\n1,Ada","id,name\n2,Lin"],"key_column":"id"}'
Illustrative output or schema
{
  "route": "csv-partition-consistency",
  "observed_at": "2026-09-06T00:00:00Z",
  "result": {
    "status": "PASS",
    "input_sha256": [
      "0000000000000000000000000000000000000000000000000000000000000000",
      "0000000000000000000000000000000000000000000000000000000000000000"
    ],
    "total_rows": 2,
    "compatible_headers": true,
    "duplicate_key_count": 0,
    "blank_key_count": 0,
    "conflicts": [],
    "evidence_truncated": false,
    "limitations": [
      "Synthetic example hashes."
    ]
  }
}
data-quality

CSV grouped control-total reconciliation

Reconcile detailed CSV amounts against a summary CSV by a declared group key. Exact fixed-decimal arithmetic avoids floating-point rounding. Receive missing-group and amount-difference evidence; duplicate summary groups and invalid amounts are rejected. This is data reconciliation, not financial certification.

ENABLED DISCOVERY PENDING
Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.

Evidence and readiness
  • IMPLEMENTED: PASS
  • DEPLOYED: UNKNOWN
  • RUNTIME 402 PASS: UNKNOWN
  • CDP VALIDATE PASS: UNKNOWN
  • SETTLED IF LEGITIMATELY REQUIRED: UNKNOWN
  • CDP MERCHANT PRESENT: UNKNOWN
  • CDP SEMANTIC SEARCH PRESENT: UNKNOWN
  • DOWNSTREAM PRESENT: UNKNOWN
  • COMMERCIAL DELIVERY VERIFIED: UNKNOWN
  • PAYMENT CHALLENGE VALID: UNKNOWN
  • INDEXED: UNKNOWN
  • SEMANTICALLY DISCOVERABLE: UNKNOWN
  • DELIVERY VERIFIED: UNKNOWN
  • COMMERCIALLY VALIDATED: UNKNOWN
Settlement and delivery plus positive independence and refund exclusions required. Historical technical delivery does not establish current reliability, repeat demand or profit.

US$0.010000 per request

POST https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/data/csv-grouped-balance-reconciliation

Inputs

{
  "detail_csv": "group,amount\nA,0.10\nA,0.20",
  "summary_csv": "group,total\nA,0.30",
  "detail_group": "group",
  "summary_group": "group",
  "detail_amount": "amount",
  "summary_amount": "total",
  "decimal_places": 2
}

Try the unpaid challenge

curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/data/csv-grouped-balance-reconciliation' -H 'Content-Type: application/json' --data '{"detail_csv":"group,amount\nA,0.10\nA,0.20","summary_csv":"group,total\nA,0.30","detail_group":"group","summary_group":"group","detail_amount":"amount","summary_amount":"total","decimal_places":2}'
Illustrative output or schema
{
  "route": "csv-grouped-balance-reconciliation",
  "observed_at": "2026-09-06T00:00:00Z",
  "result": {
    "status": "MATCH",
    "detail_sha256": "0000000000000000000000000000000000000000000000000000000000000000",
    "summary_sha256": "0000000000000000000000000000000000000000000000000000000000000000",
    "detail_rows": 2,
    "summary_rows": 1,
    "group_count": 1,
    "mismatch_count": 0,
    "mismatches": [],
    "evidence_truncated": false,
    "decimal_places": 2,
    "limitations": [
      "Synthetic example hashes."
    ]
  }
}
data-quality

CSV explicit-format date and time normalization

Normalize selected CSV date columns into UTC ISO timestamps using declared day/month/year formats and a fixed UTC offset. Invalid dates reject the transformed export with bounded record/column evidence. No locale guessing, daylight-saving inference, formula execution or external upload.

ENABLED DISCOVERY PENDING
Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.

Evidence and readiness
  • IMPLEMENTED: PASS
  • DEPLOYED: UNKNOWN
  • RUNTIME 402 PASS: UNKNOWN
  • CDP VALIDATE PASS: UNKNOWN
  • SETTLED IF LEGITIMATELY REQUIRED: UNKNOWN
  • CDP MERCHANT PRESENT: UNKNOWN
  • CDP SEMANTIC SEARCH PRESENT: UNKNOWN
  • DOWNSTREAM PRESENT: UNKNOWN
  • COMMERCIAL DELIVERY VERIFIED: UNKNOWN
  • PAYMENT CHALLENGE VALID: UNKNOWN
  • INDEXED: UNKNOWN
  • SEMANTICALLY DISCOVERABLE: UNKNOWN
  • DELIVERY VERIFIED: UNKNOWN
  • COMMERCIALLY VALIDATED: UNKNOWN
Settlement and delivery plus positive independence and refund exclusions required. Historical technical delivery does not establish current reliability, repeat demand or profit.

US$0.006000 per request

POST https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/data/csv-datetime-normalization

Inputs

{
  "csv": "id,when\n1,06/09/2026 09:30:00",
  "columns": [
    {
      "name": "when",
      "format": "DD/MM/YYYY HH:mm:ss"
    }
  ],
  "utc_offset_minutes": 600
}

Try the unpaid challenge

curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/data/csv-datetime-normalization' -H 'Content-Type: application/json' --data '{"csv":"id,when\n1,06/09/2026 09:30:00","columns":[{"name":"when","format":"DD/MM/YYYY HH:mm:ss"}],"utc_offset_minutes":600}'
Illustrative output or schema
{
  "route": "csv-datetime-normalization",
  "observed_at": "2026-09-06T00:00:00Z",
  "result": {
    "status": "NORMALIZED",
    "input_sha256": "0000000000000000000000000000000000000000000000000000000000000000",
    "row_count": 1,
    "normalized_cell_count": 1,
    "invalid_cell_count": 0,
    "issues": [],
    "evidence_truncated": false,
    "output_csv": "id,when\r\n1,2026-09-05T23:30:00.000Z",
    "limitations": [
      "Synthetic example hash."
    ]
  }
}
data-quality

CSV fixed-interval time-series gap evidence

Find missing and duplicate observations against a caller-declared UTC start, end and fixed interval. Separately count off-grid, outside-window and invalid timestamps. Returns bounded missing-time evidence without inventing or interpolating observations. Maximum10000 expected instants and500 input records.

ENABLED DISCOVERY PENDING
Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.

Evidence and readiness
  • IMPLEMENTED: PASS
  • DEPLOYED: UNKNOWN
  • RUNTIME 402 PASS: UNKNOWN
  • CDP VALIDATE PASS: UNKNOWN
  • SETTLED IF LEGITIMATELY REQUIRED: UNKNOWN
  • CDP MERCHANT PRESENT: UNKNOWN
  • CDP SEMANTIC SEARCH PRESENT: UNKNOWN
  • DOWNSTREAM PRESENT: UNKNOWN
  • COMMERCIAL DELIVERY VERIFIED: UNKNOWN
  • PAYMENT CHALLENGE VALID: UNKNOWN
  • INDEXED: UNKNOWN
  • SEMANTICALLY DISCOVERABLE: UNKNOWN
  • DELIVERY VERIFIED: UNKNOWN
  • COMMERCIALLY VALIDATED: UNKNOWN
Settlement and delivery plus positive independence and refund exclusions required. Historical technical delivery does not establish current reliability, repeat demand or profit.

US$0.006000 per request

POST https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/data/csv-timeseries-gap-evidence

Inputs

{
  "csv": "at,value\n2026-09-06T00:00:00Z,1\n2026-09-06T00:02:00Z,3",
  "timestamp_column": "at",
  "start_time": "2026-09-06T00:00:00Z",
  "end_time": "2026-09-06T00:02:00Z",
  "step_seconds": 60
}

Try the unpaid challenge

curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/data/csv-timeseries-gap-evidence' -H 'Content-Type: application/json' --data '{"csv":"at,value\n2026-09-06T00:00:00Z,1\n2026-09-06T00:02:00Z,3","timestamp_column":"at","start_time":"2026-09-06T00:00:00Z","end_time":"2026-09-06T00:02:00Z","step_seconds":60}'
Illustrative output or schema
{
  "route": "csv-timeseries-gap-evidence",
  "observed_at": "2026-09-06T00:00:00Z",
  "result": {
    "status": "GAPS_OR_DUPLICATES",
    "input_sha256": "0000000000000000000000000000000000000000000000000000000000000000",
    "row_count": 2,
    "expected_count": 3,
    "observed_unique_aligned": 2,
    "missing_count": 1,
    "duplicate_aligned_count": 0,
    "outside_window_count": 0,
    "off_grid_count": 0,
    "invalid_timestamp_count": 0,
    "missing_timestamps": [
      "2026-09-06T00:01:00.000Z"
    ],
    "invalid_record_numbers": [],
    "evidence_truncated": false,
    "limitations": [
      "Synthetic example hash."
    ]
  }
}