API Reference
Complete reference for the Finetune Resume API v1
Quick Start
Generate a tailored resume with a single API call:
bash
curl -X POST https://finetuneresume.app/api/v1/resumes/generate \
-H "Content-Type: application/json" \
-H "X-API-Key: ft_live_YOUR_KEY" \
-d '{
"job_description": "We are looking for a Senior Software Engineer...",
"company_name": "Google",
"position": "Senior Software Engineer",
"finetune_level": "good"
}'All API requests require authentication. Include your API key in the X-API-Key header.
bash
curl https://finetuneresume.app/api/v1/resumes \ -H "X-API-Key: ft_live_YOUR_KEY"
ft_live_*Your API key prefix. Create keys from the dashboard and include them in every request.
Key management endpoints (/api/v1/keys) use Bearer token or cookie auth from the dashboard, not API key auth. This prevents key bootstrapping issues.
Base URL
https://finetuneresume.app/api/v1