Read one supported section of The Imagined Life as machine-readable licensed pro
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.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
202 msmedian answer time
$0.025listed price per call
$0.025price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://www.mahastrategies.com/api/v1/books/the-imagined-life/section
| Category | Search and research |
|---|---|
| Provider host | www.mahastrategies.com |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 2 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.025 | 202 ms |
Example input (from the provider)
{
"body": {
"sectionId": "introduction"
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$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"
}