POST
/
v1
/
cards
/
simple
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": [],
  "source": "<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[]
source
string | null
Maximum length: 8
meta
object | null

Response

207
application/json
Successful Response
{key}
object