Turns a paper abstract or excerpt into study flashcards for spaced repetition.
Turns a paper abstract or excerpt into study flashcards for spaced repetition. Send the text and an optional card count and get back question/answer/difficulty flashcards grounded only in what the text says, so you can drop them straight into a review deck without fact-checking against outside sources. This is paper to flashcards generation, not a summary of research you haven't given it. Use it as a paper to flashcards API, study cards generator, spaced repetition card builder, or learn-from-paper tool for researchers and students turning reading into review material.
| Method | Endpoint | Price | Description |
|---|---|---|---|
POST | /v1/marketplace/api/paper-to-flashcards | $0.01725 | Invoke Paper To Flashcards (Search) 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/paper-to-flashcards \
-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/paper-to-flashcards \
-H 'Content-Type: application/json' \
-H 'X-PAYMENT: <signed-payload>' \
-d '{}'
Open in the marketplace
Docs: Getting started · x402 payments · x402 discovery · All APIs