POST
/
spaces
/
addContent
curl --request POST \
  --url https://api.supermemory.ai/v1/spaces/addContent \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "spaceId": "<string>",
  "documentId": "<string>"
}'

Authorizations

Authorization
string
header
required

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

Body

application/json
spaceId
string
required
documentId
string
required