Builds a sequenced reading plan for a topic so a learner or agent knows what to study first, next, and last.
Builds a sequenced reading plan for a topic so a learner or agent knows what to study first, next, and last. Send a topic plus an optional level and hour budget and get back a staged learning path: stage titles, goals, resource types to seek out, and estimated hours per stage. This is a reading plan generator and study plan generator, not a professionally curated or accredited curriculum, and it names resource types rather than fabricating specific unverifiable book titles or URLs. Use it as a reading plan API, learning path generator, study plan generator, or topic curriculum tool when onboarding into a new subject or budgeting study time.
| Method | Endpoint | Price | Description |
|---|---|---|---|
POST | /v1/marketplace/api/reading-plan-generate | $0.01725 | Invoke Reading Plan Generate (General) and return the upstream response. |
Requests are paid per call over the x402 protocol. Call the endpoint, receive a 402 Payment Required quote, then repeat the request with the signed payment header. The SDKs do both steps for you.
# 1. Ask for a quote
curl -i -X POST https://api.jarvisclaw.ai/v1/marketplace/api/reading-plan-generate \
-H 'Content-Type: application/json' \
-d '{}'
# 2. Pay it (the SDK signs and retries for you)
curl -X POST https://api.jarvisclaw.ai/v1/marketplace/api/reading-plan-generate \
-H 'Content-Type: application/json' \
-H 'X-PAYMENT: <signed-payload>' \
-d '{}'
Open in the marketplace
Docs: Getting started · x402 payments · x402 discovery · All APIs