cURL
curl --request GET \ --url https://api.mentionlab.io/api/provider-restrictions/map
[ { "allowedCountries": [ "US", "FR" ], "provider": "openai", "model": "ai-mode" } ]
Map of provider/model keys to their allowed countries
List of allowed ISO 3166-1 alpha-2 country codes
["US", "FR"]
Provider name (e.g., openai, anthropic)
"openai"
Specific model/provider key from MAP_PROVIDER_MODEL
"ai-mode"