For AI assistants
Read Trust Cue ratings from an AI assistant
Trust Cue reads the public record behind an X (Twitter) account — a sample of its recent public posts — and produces an evidence-backed credibility rating using the same five checks for every account. In a browser it shows that rating on a badge beside the account's name on X. Here is how an assistant or agent can use it.
Read a current rating (free, no auth)
GET https://api.trustcue.app/v1/public/verdicts/{handle} returns JSON: the overall mark, the five checks each with verbatim evidence quotes, confidence, caveats, a disclaimer, and expiry. It responds 404 when there is no fresh rating for that handle.
Buy a rating when none exists yet ($3)
POST https://api.trustcue.app/v1/public/rating-offers with a JSON body of {"handle":"<handle>"} returns a Stripe checkout URL and a result URL. After a human pays, the rating is readable at the free endpoint above for 48 hours. An assistant cannot complete payment — surface the checkout link to the human.
Contract and plain text
Machine-readable OpenAPI: https://api.trustcue.app/v1/public/openapi.json. Plain-text summary for models: /llms.txt.
Always carry the disclaimer: Trust Cue ratings are automated signals from an account's recent public X posts — not endorsements or financial advice — and they reflect only the most recent ~48 hours.
