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"}'RESTful API
30+ endpoints covering candidates, jobs, applications, interviews, offers, analytics, and more.
MCP Server
Model Context Protocol support out of the box. Let AI agents interact with your hiring pipeline natively.
Bearer Token Auth
Simple, secure authentication. Generate API keys with granular scopes.
Webhooks
Real-time event notifications for 15+ events. HMAC-signed payloads, automatic retries.
Rate Limiting
Transparent rate limits with X-RateLimit headers. 100/min free, 1,000/min pro, 5,000/min scale.
Bulk Operations
Create 500 candidates, move hundreds of applications, or bulk-tag in a single API call.
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.