POST
/
get-flashcard
curl --request POST \
  --url http://dolphinflashcards.com/api/get-flashcard \
  --header 'Content-Type: application/json' \
  --data '{
  "userID": "user1",
  "folder": "firstFolder",
  "flashcardName": "firstCard"
}'
{
  "cards": [
    "<string>"
  ],
  "description": "my first flashcard",
  "name": "firstCard"
}

Body

application/json

Response

200
application/json
OK

The response is of type object.