cURL
curl --request POST \ --url http://dolphinflashcards.com/api/update-shared-card-progress \ --header 'Content-Type: application/json' \ --data ' { "jwtToken": "...", "sharedFolderID": "folder-id", "flashcardSetID": "set-id", "cardData": [ { "cardID": "card1", "review_status": "1.0", "last_review": "21/08/2025" } ] } '
Documentation IndexFetch the complete documentation index at: https://docs.dolphinflashcards.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.dolphinflashcards.com/llms.txt
Use this file to discover all available pages before exploring further.
Progress updated