Read one supported section of The Volcanic Engine as machine-readable licensed p
Read one supported section of The Volcanic Engine 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
73 msmedian answer time
$0.03listed price per call
$0.03price 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-volcanic-engine/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.03 | 73 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",
"the-rock-that-flows",
"the-physics-of-the-cork",
"the-instrument-you-cannot-insert",
"the-death-of-the-cavern",
"two-warnings",
"the-vent-at-the-beginning-of-life",
"air-ocean-continent",
"the-dead-worlds-and-the-icy-ones",
"is-a-living-planet-necessarily-a-firing-one",
"the-caldera-problem",
"the-great-dyings",
"volcanic-winter",
"who-lives-on-the-flank",
"tapping-the-furnace",
"the-deep-time-horizon",
"sources-and-further-reading"
],
"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-volcanic-engine",
"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"
}