Resolve & Enrich
Agent ergonomics — resolve any identifier (domain, URL, GitHub org) to a provider, and enrich a provider in one call by choosing field groups. Free (the rating and insights enrichment groups are Pro).
Resolve any identifier (domain / URL / GitHub org) to a provider.
Given a website URL, bare domain (stripe.com), or GitHub org (github.com/stripe), return the apis.io provider that owns it. Use when you hold a URL, not a slug. Free.
query Parameters
identifierA domain, URL, or github.com/<org>.
Resolve any identifier (domain / URL / GitHub org) to a provider. › Responses
The matched provider (slug
Enrich a provider in one call, choosing field groups.
Resolves a slug OR any identifier and returns exactly the requested field groups, instead of chaining several get_provider* calls. Groups profile, onboarding, artifacts are free; rating and insights require the Pro tier (returned as { gated: true } for free callers).
query Parameters
idProvider slug or any identifier /resolve accepts.
fieldsComma-separated field groups: profile, onboarding, artifacts, rating, security, insights. Default: profile,onboarding,artifacts,rating.
Enrich a provider in one call, choosing field groups. › Responses
The requested field groups for the provider.

