Set your API key
MINERVA_API_KEY from the environment by default. You can
also pass it as a constructor arg (handy in tests / notebooks):What you get
`mc.api`
resolve · enrich · get_li_contact_info · validate_emails · infer_record_country · call`mc.usage`
tallies() — your per-endpoint API usage`mc.status`
health() — unauthenticated liveness probe`mc.io`
enrich_from_sheet / _excel — run the Data API directly off spreadsheetsValidate before you call
Every input-bearing method acceptsdry_run=True — validates input locally
and returns the exact request that would be sent, without spending a credit: