Career API for Developers
Parse resumes, tailor them with AI, generate cover letters, export to PDF. Build career tools, AI agents, and MCP-powered assistants.
MCP Server — Connect AI Assistants
The Laddro MCP server exposes all 18 API endpoints as tools for AI assistants. Let Claude, Cursor, or any MCP-compatible agent parse resumes, tailor them for jobs, and generate cover letters — all through natural conversation.
Claude Code & AI Agent Skills
Use the Laddro API as a skill in Claude Code, or build autonomous career agents. Ask Claude to tailor a resume, generate a cover letter, or batch-apply to jobs — it calls the API tools automatically.
# "Tailor my resume for this Google SWE role"
→ Claude calls tailor-resume with your resume + job description
# "Parse resume.pdf and show me the skills section"
→ Claude calls parse-resume and returns structured JSON
# "Generate a cover letter for the Stripe PM position"
→ Claude streams a targeted cover letter in real-timeWhat You Can Build
Resume Parser
Upload PDF/DOCX, get structured JSON with sections, dates, and skills extracted by AI.
Job Tailoring Engine
AI rewrites resume sections to match any job description. Higher interview callback rates.
Cover Letter Generator
Generate targeted cover letters with SSE streaming. Based on resume + job description.
PDF Export Pipeline
Render resumes and cover letters to PDF with 22 professional templates.
AI Career Assistant
MCP server lets Claude, Cursor, and other AI tools manage career data directly.
Autonomous Agents
Build agents that apply to jobs, tailor resumes in bulk, or run career coaching flows.
10 AI Providers — Bring Your Own Key
Use the default model or plug in your own API key. Learn about BYOK →
SDKs for Every Language
Official client libraries wrapping all 18 endpoints with SSE streaming support. (Coming soon)
Quick Start
# 1. Get your API key at console.laddro.com
# 2. Parse a resume
curl https://api.laddro.com/v1/resumes/parse \
-H "x-api-key: YOUR_API_KEY" \
-F "[email protected]"
# 3. Tailor it for a job
curl https://api.laddro.com/v1/tailor \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"resumeId": "res_...", "jobDescription": "..."}'Ready to Build?
Get your API key and start building in 2 minutes. 50 free requests/month.