Skip to main content
POST
/
v1
/
cards
Create Cards
curl --request POST \
  --url https://api.supernotes.app/v1/cards \
  --header 'Api-Key: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

Authorizations

Api-Key
string
header
required

Body

application/json
[card_id]
PostCard · object

Response

Successful Response

{key}
WrappedCardResponse · object