Overview
Query our data with natural-language queries — e.g. "senior Python developers with Kubernetes in Seattle" — and fetch full detail on any result by its profile id.
The Ask Xverum API is a stateless, resource-oriented API under /v1, authenticated with an x-api-key header. Search for people, then get any profile directly — no session handles, no server-side result-set state.
Get started
- Quickstart — make your first call in 60 seconds.
- Authentication — how
x-api-keyworks, the error envelope, and how to get a key. - Rate limits — quotas, quota headers, and the
Retry-Afterheader.
Reference
| Endpoint | Purpose |
|---|---|
POST /v1/search | Run a natural-language people search |
GET /v1/profiles/{id} | Get a single profile by id |
OpenAPI
The live OpenAPI 3.1 schema is served by the API at:
https://search-api.xverum.com/openapi.jsonEndpoints are tagged v1, and the x-api-key scheme is declared as an apiKey-in-header security scheme. Import it into Postman, Insomnia, or any OpenAPI-compatible tool to generate clients in your language of choice.
