POST
/
v2
/
mem-it
curl "https://api.mem.ai/v2/mem-it" \
     --header "Content-Type: application/json" \
     --header "Authorization: Bearer $MEM_API_KEY" \
     --data '{
         "input": "<!DOCTYPE html><html><head><title>AI Trends 2025</title>...</html>",
         "instructions": "Extract the key findings and save as a research note",
     }'
{
  "request_id": "api-request-036ed6c7-de00-459f-a89b-43d26aafe522"
}

Authorizations

Authorization
string
header
required

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

Body

application/json

Response

200 - application/json

OK

The response is of type object.