Skip to main content
Returns a most-likely country per record.

Parameters

records
list[dict]
required
Record objects (1–500), each with record_id + any of emails / phones / name.
dry_run
bool
default:"False"
Validate input locally without sending.

Response shape

Validation

dry_run=True returns the validated InferCountryRequest without sending; an empty records list raises MinervaValidationError locally. See Validation.