Skip to main content
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
user_id
string
required
text
string | null
media_url
string | null
timestamp
string | null

Response

Successful Response

The response is of type any.