Skip to main content
GET
/
resume
Get resume data or PDF link
curl --request GET \
  --url https://api.jonahanderson.me/resume
{
  "name": "<string>",
  "title": "<string>",
  "experience": [
    {
      "company": "<string>",
      "company_start_date": "2023-12-25",
      "current": true,
      "roles": [
        {
          "title": "Product Manager",
          "start_date": "2022-01-01",
          "accomplishments": [
            "Led product strategy and roadmap for third-party API integrations, expanding partner connectivity and platform capability.",
            "Scaled ingestion infrastructure supporting 10% growth in record processing volume within six months."
          ],
          "end_date": "2023-05-31"
        }
      ],
      "company_end_date": "2023-12-25"
    }
  ],
  "skills": [
    "<string>"
  ]
}

Query Parameters

format
enum<string>
default:json
Available options:
json,
pdf

Response

Resume response

name
string
required
title
string
required
experience
object[]
required
skills
string[]
required