POST
/
create-document
Create Document
curl --request POST \
  --url https://api.memory-x.com/create-document \
  --header 'Content-Type: application/json' \
  --data '{
  "user_id": "<string>",
  "text": "<string>",
  "media_url": "<string>",
  "timestamp": "<string>"
}'
"<any>"

Headers

x-api-key
string | null

Body

application/json

Response

200
application/json

Successful Response

The response is of type any.