curl --request POST \
--url https://api.mnemom.ai/v1/agents/{agent_id}/reverify \
--header 'Authorization: Bearer <token>'{
"agent_id": "<string>",
"card_id": "<string>",
"total_traces_in_batch": 123,
"offset": 123,
"limit": 123,
"reverified": 123,
"still_violating": 123,
"now_clean": 123,
"errors": [
"<string>"
]
}curl --request POST \
--url https://api.mnemom.ai/v1/agents/{agent_id}/reverify \
--header 'Authorization: Bearer <token>'{
"agent_id": "<string>",
"card_id": "<string>",
"total_traces_in_batch": 123,
"offset": 123,
"limit": 123,
"reverified": 123,
"still_violating": 123,
"now_clean": 123,
"errors": [
"<string>"
]
}Documentation Index
Fetch the complete documentation index at: https://docs.mnemom.ai/llms.txt
Use this file to discover all available pages before exploring further.
Supabase JWT token in Authorization: Bearer header
Agent identifier (e.g. smolt-abc123)