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"}'

Why developers
choose Prepzo.

vs. Greenhouse

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

vs. Ashby

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

vs. Lever

More endpoints, better search, bulk operations, and an AI-native MCP server.

AI-Native

First ATS with built-in MCP support. AI agents can manage your entire hiring pipeline.

Ready to build?

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

Read the Guides