POST
/
v1
/
add
curl --request POST \
  --url https://api.supermemory.ai/v1/v1/add \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "content": "<string>",
  "spaces": [
    "<string>"
  ],
  "prefetched": {
    "contentToVectorize": "<string>",
    "contentToSave": "<string>",
    "title": "<string>",
    "type": "<string>",
    "description": "<string>",
    "ogImage": "<string>"
  }
}'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
content
string
Minimum length: 1
spaces
string[]
prefetched
object