POST
/
search-documents
Search Documents
curl --request POST \
  --url https://api.memory-x.com/search-documents \
  --header 'Content-Type: application/json' \
  --data '{
  "user_id": "<string>",
  "query": "<string>"
}'
"<any>"

Headers

x-api-key
string | null

Body

application/json

Request model for searching documents.

Response

200
application/json

Successful Response

The response is of type any.