Build on Jetworking.

Access relationship intelligence through our REST + GraphQL API. Search contacts, query relationship graphs, enrich records, and build integrations.

Quick Start

Get your API key and make your first request in under 5 minutes.

Get started →

API Reference

Full endpoint documentation with request/response examples in Python, Node, and cURL.

View reference →

SDKs

Official Python and Node.js SDKs. Community libraries for Ruby and Go.

Install SDKs →

Your first API call

Request
# Search your network
curl https://api.jetwork.ai/v1/contacts/search \
  -H "Authorization: Bearer jw_sk_..." \
  -d '{"query": "Who do I know at Sequoia?"}'
Response
{
  "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
}

Core Endpoints

POST /contacts/search

Search across your entire network with natural language or structured queries.

GET /contacts/:id

Full 360 view of any contact: history, strength, mutual connections, timeline.

POST /contacts/enrich

Enrich any contact with public data, interaction history, and AI-generated insights.

GET /relationships/path

Find the shortest, warmest path between any two people in your network.

POST /contacts/batch

Bulk operations: search, enrich, or export up to 1,000 contacts per request.

POST /webhooks

Real-time notifications for new contacts, relationship changes, and meeting alerts.

API Pricing

API Developer
$49/mo
1,000 lookups included
  • Contact search & enrichment
  • Relationship graph queries
  • 60 req/min rate limit
  • REST + GraphQL
  • Python & Node SDKs
  • $0.03/lookup overage
  • Email support
Start Building
API Enterprise
Custom
100,000+ lookups
  • Everything in Scale
  • Custom rate limits
  • Custom integrations
  • Named support contact
  • Custom SLA
  • SOC 2 report access
  • $0.01/lookup overage
Contact Sales

Consumer and Teams plans also available. See full pricing →

Authentication & Rate Limits

Authentication

All requests require a Bearer token in the Authorization header.

  • API keys are managed in your dashboard under Settings → API Keys
  • Supports both live and test mode keys
  • Rotate keys instantly without downtime
  • Scope keys to specific endpoints or read-only access

Rate Limits

Rate limits are enforced per API key. Exceeding the limit returns a 429 status with a Retry-After header.

  • Developer: 60 requests/min
  • Scale: 300 requests/min
  • Enterprise: Custom limits
  • Burst allowance: 2x for 10 seconds

Start building today.

Get your API key and make your first call in under 5 minutes.