cURL
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>"
Create a new document with the provided data. Optional timestamp parameter allows setting a specific document timestamp, otherwise current timestamp is generated.
Successful Response
The response is of type any.
any