Turns a pasted course syllabus into a structured week-by-week outline an agent can schedule against: course name, and per week the topics, readings, assignments, and due dates.
Turns a pasted course syllabus into a structured week-by-week outline an agent can schedule against: course name, and per week the topics, readings, assignments, and due dates. This is syllabus parse and course outline extract from the text you send: it reports what the syllabus states, including the reading schedule and assignment dates, and never fills in a week's contents that isn't in the source. Makes no claim about credit or accreditation. Use it as a syllabus parse API, course outline extraction tool, reading schedule parser, or assignment due-date extractor for study planning and calendar sync.
| Method | Endpoint | Price | Description |
|---|---|---|---|
POST | /v1/marketplace/api/syllabus-parse | $0.01725 | Invoke Syllabus Parse (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/syllabus-parse \
-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/syllabus-parse \
-H 'Content-Type: application/json' \
-H 'X-PAYMENT: <signed-payload>' \
-d '{}'
Open in the marketplace
Docs: Getting started · x402 payments · x402 discovery · All APIs