Developer API

Webhooks

Receive real-time notifications when events happen in Hirable. Build integrations that respond instantly to resume generation, exports, and more.

Real-time Events

Receive instant notifications when actions occur in Hirable.

Secure Signatures

All webhooks include HMAC signatures for verification.

Automatic Retries

Failed deliveries are automatically retried with exponential backoff.

Simple Integration

Standard JSON payloads that work with any tech stack.

Available Events

Subscribe to the events you need. Each webhook includes a JSON payload with relevant data.

resume.created
Fired when a new resume is generated
{ "resumeId": "...", "userId": "...", "createdAt": "..." }
resume.exported
Fired when a resume is exported to PDF or DOCX
{ "resumeId": "...", "format": "pdf", "url": "..." }
profile.updated
Fired when a user profile is modified
{ "profileId": "...", "userId": "...", "fields": [...] }
job.matched
Fired when a job post is matched with a profile
{ "jobId": "...", "profileId": "...", "score": 0.95 }

Ready to integrate?

Check out our API documentation for detailed webhook setup instructions.

Read the Docs
Hirable - AI-Powered Resume Builder