The GRADE framework, PMID sourcing, HMAC attestation, and what every evidence card does and does not certify.
Probara uses the GRADE (Grading of Recommendations, Assessment, Development and Evaluations) methodology to classify the certainty of evidence for ingredient-outcome pairs. GRADE was developed by an international working group and is used by WHO, Cochrane, and major clinical guidelines bodies.
The grades are assigned based on the strength of the underlying study design, consistency across studies, directness of evidence, and precision of effect estimates. They are not a statement about safety, dosage, or medical efficacy.
Every evidence card includes pmids: the PubMed IDs of the studies that
support the grade. PubMed is the National Library of Medicine's database of
peer-reviewed biomedical literature.
Source selection applies the following filters before a study is included:
Each card carries an attestation.signature field: an HMAC-SHA256
digest computed over a canonical serialization of the card payload at the moment
it was issued. Verification uses the shared secret key issued with your API
credentials (HMAC-SHA256: recompute and compare).
attestation.timestamp
is the moment of signing.
POST /v1/verify with your attestation_token,
or recompute HMAC-SHA256 over the payload field using the shared
secret key issued with your API credentials. Compare against
attestation.signature. Your shared key is required.
GET /changes
endpoint surfaces updates to grades you have retrieved.
evidence_coverage_insufficient error
rather than a low-grade card.
stale_pmids warning field.