API Documentation
Technical reference for the LeetResume REST API and MCP server integration.
Authentication
All API requests require a Bearer token. Generate your API key from the Settings page in the LeetResume app. Include it in the Authorization header of every request.
Base URL
https://api.leetresume.app/v1
Endpoints
GET /resumes
Returns a list of all your resumes. Supports pagination via page and limit query parameters.
GET /resumes/:id
Returns a single resume by ID, including all sections and metadata.
PATCH /resumes/:id
Updates specific fields on a resume. Send only the fields you want to change.
MCP Server
Install the MCP server with npx @leetresume/mcp-server. Configure it in your IDE's MCP settings with your API key. The server exposes tools for reading and updating resume sections.