DutyRadar docs · get a key

Mistral bot verification

Mistral publishes IP allow-lists for both MistralAI-User (on-demand fetcher) and MistralAI-Index (bulk crawler). HUMAN Security's September 2025 Satori report measured a 1:37 spoof ratio for MistralAI-User, so verified identity carries weight on this UA.

Bots covered

MistralAI-User User-triggered fetcher ◑ IP-verified
MistralAI-Index Training crawler ◑ IP-verified

Sample request

curl -X POST https://api.dutyradar.com/v1/classify \
  -H "Authorization: Bearer dr_live_..." \
  -H "Content-Type: application/json" \
  -d '{"user_agent":"Mozilla/5.0 (compatible; MistralAI-User/1.0)"}'

Sample response

{
  "data": {
    "verdict": "verified_bot",
    "operator": "mistral",
    "bot": {
      "name": "MistralAI-User"
    },
    "category": "user_triggered_fetcher"
  },
  "error": null
}

Try it now

Free tier: 500 verifications / month.

Sign up in 30 seconds. We email you a verification link, you mint your first dr_live_… key from the dashboard, and you're calling /v1/classify in under a minute.

Sign up free →