Turn a course syllabus into a study kit in one call: a parsed outline, a sequenced reading/study plan, flashcards, and a bullet summary.
Turn a course syllabus into a study kit in one call: a parsed outline, a sequenced reading/study plan, flashcards, and a bullet summary. Built for course prep, study kit, syllabus to plan, and learning workflow use cases where a student or agent needs a syllabus breakdown without doing four separate lookups. This generates a study outline and aids from the syllabus text provided; it makes no credentialing, credit, or accreditation claims. Composite: one call runs reading-plan-generate + paper-to-flashcards + summarize-text in parallel, after syllabus-parse extracts the course name. Sends syllabus_text plus optional hours and level; returns outline, plan, flashcards, and summary. Use it as a syllabus breakdown tool, study plan generator, or course prep assistant.
| Method | Endpoint | Price | Description |
|---|---|---|---|
POST | /v1/marketplace/api/course-study-kit | $0.0575 | Invoke Course Study Kit (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/course-study-kit \
-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/course-study-kit \
-H 'Content-Type: application/json' \
-H 'X-PAYMENT: <signed-payload>' \
-d '{}'
Open in the marketplace
Docs: Getting started · x402 payments · x402 discovery · All APIs