4 endpoints match this tag.
/cards/draw/:deck_id
Draw cards from a previously created deck. Returns card images, values, and suits.
/cards/new
Create a new shuffled deck of playing cards. Returns a deck ID for use with draw and shuffle endpoints.
/cards/quickdraw
Create a new deck and immediately draw cards in one request. Perfect for quick card game prototyping.
/cards/shuffle/:deck_id
Reshuffle a previously created deck, returning all drawn cards to the deck.