# Macaroon Network Polymathica CFD Dataset Index

> Macaroon Network Polymathica CFD Dataset Index is a paid API for AI agents from api.macaroonnetwork.com, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-14).

Searches a license-verified metadata pointer index of computational fluid dynamics datasets, papers, and code repositories confirmed as redistribution-allowed at harvest time

## Facts

- Endpoint: POST https://api.macaroonnetwork.com/execute/polymathica-cfd-dataset-index-v1
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/macaroon-network-polymathica-cfd-dataset-index-8aa641a2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mEtekTBtdGu1kDNIbGIvU

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability macaroon-network-polymathica-cfd-dataset-index-8aa641a2 -d '<json body>'
```

Example prompt: Find me redistribution-allowed CFD datasets related to turbulent channel flow — I need metadata pointers to anything harvested from Zenodo or GitHub that's been license-verified for reuse.

## When to prefer this

Choose this endpoint when you need to discover CFD-specific datasets, papers, or code repositories with a hard guarantee that redistribution is allowed — making it ideal for commercial or downstream redistribution use cases where license compliance is non-negotiable. Prefer it over generic academic search APIs (e.g. Semantic Scholar, raw arXiv search) when license verification is the primary concern, and over raw GitHub or Zenodo search when you need a curated, multi-source index rather than single-repository queries.

## Known failure modes

- No matching records found for the query — returns empty result set
- Query terms too broad or too narrow — returns irrelevant or zero results
- Harvest-time license status may be stale if the upstream source changed its license after indexing
- Source repository (e.g. Zenodo, GitHub) may have removed or moved the referenced asset
- Malformed request body returns validation error
- Rate limiting or payment failure at $0.002 USDC per call threshold

## How this service works

A domain-curated, license-verified metadata pointer index over computational fluid dynamics (CFD) datasets, papers, and code repositories harvested from DataCite, arXiv, CORE, OpenAlex, Zenodo, and GitHub. Every record returned has been confirmed redistribution_allowed at harvest time -- this is the falsifiable guarantee the listing sells, not raw data volume. Metadata pointers only -- no underlying datasets, papers, or code is downloaded or resold.

## Output

Returns metadata pointer records for CFD datasets, papers, and code repositories. Each record includes source provenance (DataCite, arXiv, CORE, OpenAlex, Zenodo, or GitHub), license status confirmed as redistribution_allowed at harvest time, and pointer references to the original assets. No underlying data, papers, or code is included — only metadata pointers.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "type": "object"
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "POST",
      "PUT",
      "PATCH"
     ],
     "type": "string"
    },
    "bodyType": {
     "enum": [
      "json",
      "form-data",
      "text"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/macaroon-network-polymathica-cfd-dataset-index-8aa641a2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.macaroonnetwork.com](https://www.zero.xyz/host/api.macaroonnetwork.com/llms.txt)
