Access relationship intelligence through our REST + GraphQL API. Search contacts, query relationship graphs, enrich records, and build integrations.
Full endpoint documentation with request/response examples in Python, Node, and cURL.
View reference →Try it
# Search your network
curl https://api.jetwork.ai/v1/contacts/search \
-H "Authorization: Bearer jw_sk_..." \
-d '{"query": "Who do I know at Sequoia?"}'
{
"results": [
{
"name": "Sarah Chen",
"company": "Sequoia Capital",
"role": "Partner",
"relationship_strength": 98,
"last_interaction": "2026-03-15",
"mutual_connections": 14
}
],
"total": 1,
"query_time_ms": 847
}
Reference
Search across your entire network with natural language or structured queries.
Full 360 view of any contact: history, strength, mutual connections, timeline.
Enrich any contact with public data, interaction history, and AI-generated insights.
Find the shortest, warmest path between any two people in your network.
Bulk operations: search, enrich, or export up to 1,000 contacts per request.
Real-time notifications for new contacts, relationship changes, and meeting alerts.
Plans
Consumer and Teams plans also available. See full pricing →
Details
All requests require a Bearer token in the Authorization header.
Rate limits are enforced per API key. Exceeding the limit returns a 429 status with a Retry-After header.
Get your API key and make your first call in under 5 minutes.