Turn your professional profile into a machine-readable API that recruiters, AI agents, and intelligence systems can query directly. No more PDF black holes.
Get Started Free →88%
of employers believe qualified candidates are filtered out by ATS systems.
PDF Resume
Black box → keyword matching → rejection
Living Resume API
Direct query → structured data → discovery
No coding experience required. We'll walk you through every click.
That's it. Everything else runs in your browser — nothing to install on your computer.
Click the button below to open our template on GitHub. This is the starting point for your Living Resume API.
Open Template on GitHub →On the GitHub page, you'll see a green button that says "Use this template". Click it, and you'll get two options:
Choose "Create a new repository"
This creates your own personal copy of the project on your GitHub account. Think of it as making a photocopy that you can write on — the original stays untouched.
"Open in a codespace" — skip this for now
We'll open a Codespace in the next step from your own copy instead.
On the next screen:
my-resume-api works great
Now you're on your copy of the project. Look for the green "Code" button near the top right.
What's a Codespace?
It's a complete coding environment that runs in your browser. No software to install, no setup headaches. GitHub gives you 60 free hours per month — building your resume API uses about 15 minutes of that.
A new browser tab opens with a code editor. Wait about 60 seconds while it sets up. You'll see a welcome message in the terminal when it's ready.
In the terminal at the bottom of the screen (the dark panel with a blinking cursor), type this command and press Enter:
An interactive wizard launches and walks you through building your profile:
Takes about 10-15 minutes. The wizard provides examples at every step so you're never staring at a blank screen.
One command handles everything — it connects your Cloudflare account, builds your profile data, and publishes your API:
First time only — it will ask you for a Cloudflare API token:
The deploy command detects it's your first time and walks you through connecting Cloudflare. Here's what to do when it asks:
You only do this once. After that, bun run deploy just deploys.
When it finishes, you'll see your live API URL:
That's your personal API. Open it in any browser. Share it with anyone. It runs 24/7 on Cloudflare's free tier — no monthly costs, ever.
bun run deploy
Nine queryable endpoints that reveal your professional story
/about
Who you are, where you are, core identity
/narrative
Your professional story, 3-paragraph arc
/thesis
What you believe, what drives your work
/accomplishments
Quantified wins, impact metrics
/track-record
Career timeline, roles, promotions
/experience
Deep work history with context
/seeking
What you want next, ideal role criteria
/cultural-fit
Work style, values, environment preferences
/skills
Technical and domain expertise
Sample response from /about:
{
"meta": {
"api_version": "1.0.0",
"last_updated": "2026-02-16",
"endpoint": "/about"
},
"data": {
"name": "Jane Smith",
"title": "VP, Workforce Transformation",
"location": "Austin, TX",
"core_thesis": "Organizations can optimize for cost, CX, and EX simultaneously.",
"what_i_offer": [
{
"title": "Workforce Transformation",
"description": "Modernize legacy systems to AI-driven operations"
}
]
}
}
Join the professionals who've API-ified their careers. It takes 10 minutes and costs nothing.