Skip to main content
GET
/
api
/
v1
/
reference
/
provider-restrictions
Provider/model restrictions (allowed countries)
curl --request GET \
  --url https://api.mentionlab.io/api/v1/reference/provider-restrictions
[
  {
    "allowedCountries": [
      "US",
      "FR"
    ],
    "provider": "openai",
    "model": "ai-mode"
  }
]

Response

allowedCountries
string[]
required

List of allowed ISO 3166-1 alpha-2 country codes

Example:
["US", "FR"]
provider
string

Provider name (e.g., openai, anthropic)

Example:

"openai"

model
string

Specific model identifier for the provider

Example:

"ai-mode"