# Tamil Reception Lineage Retrieval

> Tamil Reception Lineage Retrieval is a paid API for AI agents from www.mahastrategies.com, paid per call via x402, $0.038/call, status unknown (last checked 2026-09-14).

Retrieves one supported Tamil reception comparison with source frames and exact locators from a pinned public atlas, without inferring ancestry or transmitting full source text.

## Facts

- Endpoint: POST https://www.mahastrategies.com/api/v1/micro/reception-lineage-retrieval
- Price: $0.038/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tamil-reception-lineage-retrieval-7d8badad
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Shqv7-A_iSMPaZDylP6aP

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 tamil-reception-lineage-retrieval-7d8badad -d '<json body>'
```

Example prompt: Can you retrieve the Tamil reception lineage for the slug 'tirukkural-chapter-3-reception-1' using the public data class and check it against registry digest 'sha256:abc123def456...'?

## When to prefer this

Choose this endpoint when you need a precise, reproducible lookup of Tamil reception lineage from a pinned and versioned registry — particularly when you need exact source locators and boundary markers without inferring ancestry or retrieving full source text. Prefer over general-purpose text retrieval when digest-verified provenance and machine-readable structured output are required.

## Known failure modes

- Unsupported slug returns an error or empty result
- Mismatched expectedRegistryDigest causes validation failure
- Invalid dataClass enum value (must be 'public' or 'synthetic') causes schema rejection
- Slug exceeding 160 characters fails validation
- Registry digest exceeding 71 characters causes rejection
- Unknown or unpinned atlas entry returns no boundaries

## How this service works

Research one supported Tamil reception comparison with separate source frames and exact locators from the pinned public atlas. No inferred ancestry, uninterrupted transmission, universal identity or full source text.

## Output

Returns a structured JSON object containing the reception comparison result, version, offer ID, amount in base units, input digest, receipt digest, and an array of boundary markers (up to 128) pinpointing exact locators within the pinned public atlas — without full source text or inferred ancestry.

## 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",
     "required": [
      "dataClass",
      "slug",
      "expectedRegistryDigest"
     ],
     "properties": {
      "slug": {
       "type": "string",
       "maxLength": 160,
       "minLength": 1
      },
      "dataClass": {
       "enum": [
        "public",
        "synthetic"
       ],
       "type": "string"
      },
      "expectedRegistryDigest": {
       "type": "string",
       "maxLength": 71
      }
     },
     "additionalProperties": false
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "POST"
     ],
     "type": "string"
    },
    "bodyType": {
     "enum": [
      "json",
      "form-data",
      "text"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object",
     "required": [
      "version",
      "offerId",
      "amountBaseUnits",
      "inputDigest",
      "result",
      "boundaries",
      "receiptDigest"
     ],
     "properties": {
      "result": {
       "type": "object"
      },
      "offerId": {
       "enum": [
        "reception-lineage-retrieval"
       ],
       "type": "string"
      },
      "version": {
       "enum": [
        "maha-microproducts/0.1"
       ],
       "type": "string"
      },
      "boundaries": {
       "type": "array",
       "maxItems": 128,
       "minItems": 0
      },
      "inputDigest": {
       "type": "string",
       "maxLength": 71
      },
      "receiptDigest": {
       "type": "string",
       "maxLength": 71
      },
      "amountBaseUnits": {
       "enum": [
        "38000"
       ],
       "type": "string"
      }
     },
     "additionalProperties": false
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tamil-reception-lineage-retrieval-7d8badad/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.mahastrategies.com](https://www.zero.xyz/host/www.mahastrategies.com/llms.txt)
