API Access

GTM talent intelligence for your AI recruiter.

Search, match and understand verified GTM talent through one API. Power your recruiting stack with performance-verified candidate data.

Endpoints

POST/v1/talent/searchSearch GTM talent with structured filters or natural language queries.
POST/v1/talent/matchMatch candidates against a Role DNA configuration.
GET/v1/talent/{candidate_id}Retrieve a candidate's full GTM Passport profile.
GET/v1/talent/{candidate_id}/scoresGet detailed scoring breakdown for a candidate.
POST/v1/interviews/initiateTrigger an AI GTM interview for a candidate.
GET/v1/roles/{role_id}/matchesList top matched candidates for a configured role.
POST/v1/webhooks/subscribeSubscribe to events (new match, interview complete, etc.).

Example: Natural Language Search

Query our talent graph with structured filters or natural language — or both combined.

POST/v1/talent/search
{
  "query": "Find enterprise AEs in the US who sold cybersecurity above $100K ACV with 3+ years quota attainment over 120%",
  "filters": {
    "markets": ["United States"],
    "roles": ["Enterprise AE", "Strategic AE"],
    "industries": ["Cybersecurity", "Cloud Security"],
    "min_acv": 100000,
    "min_quota_attainment": 120,
    "min_years_experience": 3
  },
  "limit": 25,
  "include_scores": true
}
200Response
{
  "results": [
    {
      "candidate_id": "gtm_0017",
      "match_score": 94,
      "role_fit": "Enterprise AE",
      "location": "New York, US",
      "headline": "Enterprise AE · Cybersecurity · 128% avg attainment",
      "scores": {
        "overall": 94,
        "performance": 96,
        "context_match": 92,
        "evidence_strength": 95,
        "gtm_craft": 91
      },
      "highlights": [
        "128% quota attainment over 3 years",
        "$145K average ACV",
        "61% self-generated pipeline",
        "Sold to CISO/CIO in Fortune 1000"
      ]
    }
  ],
  "total_matches": 47,
  "query_id": "qry_8f3a2b1c"
}

Natural Language Query

"Find enterprise AEs in the US who sold cybersecurity above $100K ACV, generated their own pipeline, and consistently exceeded quota over the last 3 years. Prioritize candidates with CISO/CIO buyer experience."

Our API parses natural language into structured filters and returns ranked, scored candidates with evidence.

Integration Capabilities

REST API

Standard RESTful endpoints with JSON payloads and comprehensive error handling.

Webhooks

Real-time event notifications for new matches, interview completions, and status changes.

MCP Protocol

Model Context Protocol support for AI agent-to-agent communication and recruiting workflows.

ATS Integrations

Pre-built connectors for Greenhouse, Lever, Ashby, and Workable with bi-directional sync.

Agent-to-Agent

Let your AI recruiter communicate directly with our talent intelligence engine.

Enterprise Security

API key rotation, IP allowlisting, audit logs, and SOC 2 compliance.

Request API Access

Tell us about your use case and we'll provision your API keys.