REST API v1
API Documentation
Integrate Hirable's AI-powered resume generation into your applications. Generate tailored resumes programmatically with our simple REST API.
Authentication
All API requests require authentication using an API key. Include your key in theAuthorizationheader with the ApiKey scheme.
Authorization: ApiKey YOUR_API_KEYYou can generate API keys from your dashboard settings.
Endpoints
Base URL: https://api.hirable.com/v1
Quick Start
Generate your first AI-tailored resume with a single API call.
curl -X POST https://api.hirable.com/v1/resumes/generate \
-H "Authorization: ApiKey YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"profileId": "profile_abc123",
"jobDescription": "Senior Software Engineer at...",
"templateId": "template_modern"
}'Ready to integrate?
Get your API key and start generating AI-powered resumes in minutes.
Get Your API Key