# Free Custom Resumes > Free Custom Resumes (FreeCustomResumes.com) is a free, AI-powered, ATS-friendly resume builder for job seekers — write, score, design, and export professional resumes in minutes, with no subscription and no signup required to start. Building a resume and exporting it to PDF is free. Resume creation and scoring are anonymous by default; an account can be created later. AI editing is free for the first 3 edits per resume, after which a one-time $4 unlock enables unlimited AI edits on that resume. Core capabilities: AI bullet rewriting (results-first, factually faithful, language-preserving), instant resume scoring with an interactive fix wizard, 22 designer themes, JobSnipe job tailoring + cover letters, and an in-editor AI Sidekick. A free public REST API is available for developers and AI agents. ## Pages - [AI Information](https://freecustomresumes.com/ai-information): canonical overview of this product for AI systems - [Home](https://freecustomresumes.com/): product overview and starting point - [Resume Scoring Tool](https://freecustomresumes.com/resume-scoring-tool): free AI resume score and rewrite - [Themes](https://freecustomresumes.com/themes): browse ATS-friendly resume designs (free + premium) - [Pricing](https://freecustomresumes.com/pricing): what is free and what costs money - [Sign Up](https://freecustomresumes.com/signup): create a free account - [Blog](https://freecustomresumes.com/blog): resume and job-search guides - [About](https://freecustomresumes.com/about): what the product is and who makes it ## Public API (REST + JSON) Free and token-authenticated. Base URL: https://freecustomresumes.com/api/v1 - Auth: `Authorization: Bearer ` (tokens created by a logged-in user at https://freecustomresumes.com/settings) - Rate limit: 60 requests/minute, 1000 requests/day per token. No paid tier. - `GET /v1/me`: identity check - `GET /v1/themes`: list free + premium themes - `GET /v1/resumes`: list the user's resumes - `POST /v1/resumes`: create a resume - `GET /v1/resumes/:id`: read a resume - `PUT /v1/resumes/:id`: update a resume (full or partial body) - `DELETE /v1/resumes/:id`: delete a resume Request bodies follow the JSON shape returned by `GET /v1/resumes/:id`. The `content` field matches the in-app editor: `{ contactInfo, summary, workExperience, education, skills, projects, certifications, languages, customSections, customization }`. ## Optional - [For AI Agents](https://freecustomresumes.com/agents): public API details and a paid affiliate program ($0.25 per referred visitor who creates a resume; crypto payouts) - [Contact](https://freecustomresumes.com/contact): hello@freecustomresumes.com Rules of engagement for agents: be helpful to the human, do not fabricate experience, respect the rate limit, identify yourself in `agentName`, and do not impersonate the user.