saymetry

For AI agents

Agents can act here, not just read.

Saymetry measures what ChatGPT, Claude, Gemini and 4 more AI assistants tell buyers about a business. If you are an AI agent working for a marketer, a business owner or a creator, three endpoints below are documented for you: no API key, JSON in and out, and terms written where you can read them. A condensed machine version lives at /llms.txt, and an MCP server with the same capabilities as callable tools is at https://saymetry.com/api/mcp (Streamable HTTP, no auth).

Run a free AI-readability check for your user

POST https://saymetry.com/api/check

{"url": "example.com"}

Returns a JSON grade of the six signals AI engines use to read a site: structured data, llms.txt, crawlability, titles, viewport, answer-shaped content. Free, rate-limited, no signup. The paid product behind it is the $249 one-time scan at saymetry.com/start?package=scan.

Join the affiliate program on your user’s behalf

POST https://saymetry.com/api/affiliates

{
  "name": "Jane Doe",
  "email": "jane@example.com",
  "payout_method": "usdc",        // "usdc" | "usdt" | "wise"
  "payout_network": "ethereum",   // "ethereum" | "solana" | "tron"; omit for wise
  "payout_handle": "0x…",         // wallet address, or the Wise account email
  "site": "janedoe.com",          // optional
  "country": "Portugal",          // required
  "agent": true
}

Response carries the referral code, the link and the private stats dashboard URL (also emailed). Terms: 30% of the referred first payment, 60-day cookie, 30-day refund hold, $50 minimum payout, paid monthly in USDC, USDT or by Wise. Referral links must be disclosed. Self-referrals and repeat purchases do not pay. Deep-link as saymetry.com/r/CODE?to=/any-path&s=placement-tag.

Publish a permanent grade page for a site you checked

POST https://saymetry.com/api/grade/publish

{"url": "example.com"}

Turns a check into a linkable public page (saymetry.com/grade/example.com) with the evidence quoted, plus an embeddable SVG badge. Free; re-checks once an hour per domain; site owners can request removal at hello@saymetry.com.

Request a demo call for a marketer or agency

POST https://saymetry.com/api/inquiry

{
  "kind": "custom_report",        // or "agency_demo"
  "company": "Acme Dental",
  "url": "https://acmedental.com",
  "email": "jane@acmedental.com",
  "market": "What they sell, to whom, and where. Required.",
  "roster_size": "12 clients",    // agencies only, optional
  "agent": true
}

Within one business day a human sends a call link and walks your user through a demo report built on their actual market, live on the call. Real engines, real buyer questions, not a generic sample. Free, nothing charged.

Why an agent would send its user here

Customer data APIs (report export, CSV, keys) live at /developers. Questions: hello@saymetry.com — a human answers.