curl --request GET \
--url https://api.mnemom.ai/v1/teams/{team_id}/reputation/verify{
"team_id": "<string>",
"score": 123,
"grade": "<string>",
"computed_at": "2023-11-07T05:31:56Z",
"verification": {
"proof_hash": "<string>",
"computed_at": "2023-11-07T05:31:56Z",
"total_assessments": 123
}
}Public endpoint. Returns the team’s reputation score with a cryptographic proof hash for independent verification.
curl --request GET \
--url https://api.mnemom.ai/v1/teams/{team_id}/reputation/verify{
"team_id": "<string>",
"score": 123,
"grade": "<string>",
"computed_at": "2023-11-07T05:31:56Z",
"verification": {
"proof_hash": "<string>",
"computed_at": "2023-11-07T05:31:56Z",
"total_assessments": 123
}
}Documentation Index
Fetch the complete documentation index at: https://mnemomllc-feat-aip-output-analysis-docs.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.