Docs
Developer Platform

Build on Prepzo

The most developer-friendly hiring API. RESTful endpoints, MCP for AI agents, webhooks, and comprehensive documentation.

Quick Start

Up and running in 60 seconds. No SDK required.

# Authenticate
curl -H "Authorization: Bearer pk_live_YOUR_KEY" \
  https://prepzo.ai/api/v1/jobs

# List candidates
curl -H "Authorization: Bearer pk_live_YOUR_KEY" \
  https://prepzo.ai/api/v1/candidates?limit=10

# Create a candidate
curl -X POST https://prepzo.ai/api/v1/candidates \
  -H "Authorization: Bearer pk_live_YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"full_name": "Jane Smith", "email": "jane@example.com"}'

# MCP (for AI agents)
curl -X POST https://prepzo.ai/api/mcp \
  -H "Authorization: Bearer pk_live_YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'

Why Developers Choose Prepzo

vs. Greenhouse

One unified API instead of 5 fragmented ones. No separate Harvest, Job Board, Assessment, Ingestion, and Onboarding APIs to learn.

vs. Ashby

Bearer token auth instead of HTTP Basic. Standard REST verbs instead of POST-everything. Better docs. And we support MCP.

vs. Lever

More endpoints, better search, bulk operations, and an AI-native MCP server. Plus transparent rate limiting from day one.

AI-Native

First ATS with built-in MCP support. AI agents can list jobs, search candidates, move applications, and schedule interviews natively.

Ready to build?

Generate your API key in Settings and start building in minutes.

Read the Guides