Create study-ready flashcards
MazoCards turns structured question-and-answer material into focused spaced-repetition study sessions. It is suitable for vocabulary, definitions, exams, interviews, technical concepts, and factual recall.
Recommended workflow
- Generate a concise deck with 1-100 cards.
- Send the JSON deck to the public MazoCards API.
- Give the user the study link returned by the API.
- The user studies immediately and can use Google Sign-In to keep it.
Create a temporary deck
POST https://api.mazocards.com/v1/decks
Content-Type: application/json
{
"name": "French travel basics",
"description": "Useful phrases for a first trip.",
"language": "fr-FR",
"tags": ["french", "travel"],
"cards": [
{
"front": "Où est la gare ?",
"back": "Where is the station?",
"context": "Asking for directions",
"tags": ["questions"]
}
]
}
Card-writing guidance
- Keep each card focused on one recall task.
- Use a clear prompt and a short, precise answer.
- Put explanations, hints, and source details in Context.
- Use a small number of descriptive tags.
- Avoid duplicate cards and unnecessarily long answers.
Agent integration
The API returns a study-ready MazoCards URL that expires after six hours. Creating a temporary link does not create an account or save personal data to Google. The user explicitly chooses whether to keep the deck with Google Sign-In.