Skip to main content
The Introd API supports authenticated dashboard workflows, Chrome extension sync, graph intelligence, warm introduction workflows, integrations, and operational health checks. Production API traffic should use Introd .ai domains. Marketing routes such as /api-docs, /developer, and /documentation redirect to https://docs.getintrod.ai.

Authentication

Session and OAuth entry points for login, LinkedIn, Google, and email verification workflows.

Graph APIs

Warm-path, TrustRank, and graph-backed route families that drive relationship intelligence.

People & companies

Search and lookup endpoints for people, companies, and network-driven discovery workflows.

Generated inventories

Route and environment inventories generated directly from the repository so the docs stay grounded.

Make your first call

Start with the public health surface. It is the safest way to verify that the API domain is reachable before moving into session-scoped product APIs.
curl https://api.getintrod.ai/health/status

Base surfaces

SurfaceBase URLNotes
Public healthhttps://api.getintrod.ai/health/*Safe for liveness, readiness, and operational checks
Browser-session APIshttps://api.getintrod.ai/api/*Primary product surface for dashboard-authenticated flows
Extension APIshttps://api.getintrod.ai/api/extension/*Chrome extension sync and pairing contract
Dashboard bridge routeshttps://api.getintrod.ai/api/dashboard/*Server-to-server flows used by the dashboard

Auth model

Health probes such as /health/live, /health/ready, and /health/status do not require a product session.

Key route families

AreaRoutes
Health/health/live, /health/ready, /health/status
Extension sync/api/extension, /api/extension/v1/linkedin/sync/*
Dashboard bridge/api/dashboard/*
Graph intelligence/api/graph/*
People and network search/api/people/*, /api/network/*
Introduction workflows/api/dashboard/*, /api/intros-ai/*
Integrations/api/integrations/*, /api/enrich/*, /api/calendar/*, /api/crm/*

Authentication and scope

Most product APIs require an authenticated user session. Extension sync APIs must remain user-scoped because sync payloads contain relationship data and imported LinkedIn contact context.

Reference tracks

Public API reference status

The current Express API does not yet publish a complete OpenAPI specification. Until that exists, keep manual API docs focused on stable route families, operational semantics, and the graph/pathfinding contract. When OpenAPI generation is added, configure Mintlify’s api.openapi setting in docs.json and add generated reference pages under this group.