Read one supported section of The Imagined Life as machine-readable licensed prose with ed
Read one supported section of The Imagined Life as machine-readable licensed prose with edition and section identity. For agents researching this specific book. Not the complete edition, a general book search or permission to redistribute the work.
25000 (raw units)
price
2
calls / 30d
1
unique payers
2026-09-13
updated
Provider
www.mahastrategies.com · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0xec84c1cd6602bbe387bc8e6f0d3c062f2762de28",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "25000",
"maxTimeoutSeconds": 60
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"body": {
"sectionId": "introduction"
},
"bodyType": "json",
"method": "POST",
"type": "http"
},
"output": {
"example": {
"book": {
"author": "Mayone Maha Rajan",
"id": "the-imagined-life",
"publicEditionUrl": "https://www.mahastrategies.com/books/the-imagined-life",
"sectionCount": 14,
"subtitle": "Living Inside a Dreaming Brain",
"title": "The Imagined Life"
},
"boundaries": {
"editorialAnalysisIncluded": false,
"factualCertificationIncluded": false,
"licenseTransferIncluded": false,
"note": "Payment purchases structured delivery and an integrity receipt; …",
"publicWebEditionRemainsFree": true,
"purchaseUnit": "one deterministic machine-readable section retrieval"
},
"offerId": "book-section-the-imagined-life",
"receipt": {
"canonicalization": "sorted-key canonical JSON with NFC-normalized strings",
"contentSha256": "sha256:3e94ab6779c1792187216f5ecdc4568881071c893dd43659ee4990d86…",
"receiptSha256": "sha256:21608d698ddc0e2c5059c8ea1bd6030c879efb020a5a2028757caec07…",
"requestSha256": "sha256:199da6f9a1eaa7d4ce1fad3733d83d5bc00bd92c7a5b02d0b6a856813…",
"responseSha256": "sha256:ba22f1ee1a76ec96a5842e43a2408de2e6c2eb5522855d306141d75c4…",
"version": "maha-machine-book-receipt/0.1"
},
"section": {
"content": "# Introduction: The Faculty of the Possible\n\nThere is a moment, …",
"contentSha256": "sha256:3e94ab6779c1792187216f5ecdc4568881071c893dd43659ee4990d86…",
"id": "introduction",
"index": 0,
"mediaType": "text/markdown; charset=utf-8",
"title": "Introduction: The Faculty of the Possible",
"utf8Bytes": 11751,
"wordCount": 2124
},
"version": "maha-machine-book-section/0.1"
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"sectionId": {
"enum": [
"introduction",
"what-happens-when-you-sleep",
"why-we-dream",
"the-hardest-thing-to-study",
"two-engines-one-trick",
"the-dreamer-at-the-controls",
"when-the-machinery-fails",
"are-dreams-computation",
"the-quantum-question",
"the-machines-that-dream",
"the-waking-dream",
"steering-the-simulator",
"future-of-dreaming",
"retraining-protocols"
],
"type": "string"
}
},
"required": [
"sectionId"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": false,
"properties": {
"book": {
"type": "object"
},
"boundaries": {
"type": "object"
},
"offerId": {
"const": "book-section-the-imagined-life",
"type": "string"
},
"receipt": {
"type": "object"
},
"section": {
"type": "object"
},
"version": {
"const": "maha-machine-book-section/0.1",
"type": "string"
}
},
"required": [
"version",
"offerId",
"book",
"section",
"boundaries",
"receipt"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
},
"declaration-integrity": {
"canonicalResource": "https://www.mahastrategies.com/api/v1/books/the-imagined-life/section",
"declarationDigest": "sha256:52a9ef34e32afb85c5372c42e4e896ee70090f842e0eea02bbae86e673e1bf30",
"metadataVersion": "2026-08-10"
},
"maha-offer": {
"amount": "25000",
"asset": "USDC",
"assetDecimals": 6,
"canonicalResource": "https://www.mahastrategies.com/api/v1/books/the-imagined-life/section",
"declarationInline": "compact",
"declarationUrl": "https://www.mahastrategies.com/api/discovery/x402-offers/book-section-the-imagined-life",
"fullSourceTextStored": false,
"maxRequestBytes": 1024,
"method": "POST",
"network": "eip155:8453",
"offerId": "book-section-the-imagined-life",
"payableInProduction": true,
"status": "available",
"verbatimExcerptsRetained": false
}
}Use it
curl
curl "https://www.mahastrategies.com/api/v1/books/the-imagined-life/section" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://www.mahastrategies.com/api/v1/books/the-imagined-life/section");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://www.mahastrategies.com/api/v1/books/the-imagined-life/section")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/1431.json, and this resource appears in /discovery/resources and /discovery/search.