ConsoleCatalog
Sign in
Scholarcy logo

Scholarcy

scholarcy.comResearchno auth

Paper summarization with flashcards, key findings, references, and highlights.

Extract Paper Flashcard

ASYNCWRITENo auth

Extracts a paper's title, summary, key findings, references, and highlights from its URL.

ParametersFormJSON

Public paper URL or DOI landing page (e.g. arXiv, PubMed, or open-access PDF link) to extract summary, findings, references, and highlights

cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_scholarcy_paper_extraction_flashcard",
    "params": {
      "paper_url": "https://arxiv.org/abs/1706.03762"
    }
  }'