- Search finds people from structured criteria or identity signals. It can return known matches, discover additional candidates, and build every result to a partial or full profile.
- Enrich takes an existing Orbit profile ID and returns, upgrades, or regenerates that profile.
https://api.orbitsearch.com.
Install the Orbit API docs skill
Install the Orbit API docs skill in a compatible AI agent:llms.txt documentation index directly.
Quickstart
Run a search and retrieve useful profiles in minutes.
Search
Find people and control discovery, profile depth, and response embedding.
Enrich
Read, upgrade, or regenerate a known Orbit profile.
Authentication
Create a scoped developer key and use bearer authentication.
The v3 model
Search separates three choices that your application can make independently:- Set
candidate_discoveryto decide whether Orbit should only return known matches or also find additional people. - Set
profile_depthtopartialorfullto control how far Orbit builds every selected result. - Set
include_profileto decide whether profile objects are embedded in the response.
partial or full returns an existing profile immediately when it already satisfies the request; otherwise Orbit upgrades it. regenerate builds toward full for shallow profiles and rebuilds an existing full profile from scratch.
v3 Search and Enrich do not consume credits. API-key rate limits still apply.