Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.mnemom.ai/v1/analyze/batch \ --header 'Content-Type: application/json' \ --header 'X-Mnemom-Api-Key: <api-key>' \ --data ' { "items": [ {} ] } '
{ "results": [ {} ], "metering": { "total_events": 123, "account_id": "<string>" } }
Run batch integrity analysis (1-50 items)
Mnemom API key (mnm_... format)
Array of analysis requests (same shape as POST /analyze body)
1 - 50
Batch analysis results
Show child attributes
Suggestions
Contact support