POST
/
v1
/
cards
/
simple
Simple Create Card
curl --request POST \
  --url https://api.supernotes.app/v1/cards/simple \
  --header 'Api-Key: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>",
  "markup": "<string>",
  "color": "blue",
  "icon": "<string>",
  "tags": [],
  "parent_ids": [],
  "visibility": -1,
  "source": "<string>",
  "daily_date": "<string>",
  "meta": {}
}'
{}

Authorizations

Api-Key
string
header
required

Body

application/json
name
string
required
Maximum length: 512
markup
string
required
Maximum length: 24000
color
enum<string> | null
Available options:
blue,
green,
orange,
pink,
purple,
red,
yellow
icon
string | null
Maximum length: 64
tags
string[]
parent_ids
string<uuid>[]
visibility
enum<integer> | null
Available options:
-1,
0,
1
source
string | null
Maximum length: 8
daily_date
string | null
meta
object | null

Response

Successful Response

{key}
object