Make a POST request to https://windbornesystems.com/career_applications.json with the following body:
{
"career_application": {
"name": "Your name",
"email": "Your email",
"role": "Builder Fellowship",
"notes": "Any note you want to add!",
"submission_url": "A publicly accessible URL pointing to your responses challenge -- see below"
"portfolio_url": "A publicly accessible URL pointing to your photo -- see below",
"resume_url": "A publicly accessible URL pointing to your resume",
}
}Make sure this gives a status code of 200! Any other status means it wasn't accepted; check the response body for more.
It's 2026 and you could do anything. Why this?
Post a link to a publically hosted video of you explaining something you built. Video should be ~1 minute long. We don't expect polish, it's more to get a sense for your thought process and personality.
{
"career_application": {
"name": "Yutao An",
"email": "bobbyan0227@gmail.com",
"role": "Builder Fellowship",
"notes": "Building something from ground up is always exciting, and I am always open to challenges!!!",
"submission_url": "Being able to rotate and possibly work with everyone in a fast-paced startup like WindBorne is a great chance for me to begin my career. It will certainly give me insights about the company and its mission. Besides, the work being done at WindBorne is very promising, interesting and exciting."
"portfolio_url": "https://docs.google.com/document/d/1Bk2bw5JGpUgONk6x1KKV38sPBJ4pfZH97SWoOWfudXM/edit?usp=sharing",
"resume_url": "https://drive.google.com/file/d/1TkK5kB4Dw0uOIM0VQBJflb9StrGygg1h/view?usp=sharing",
}
}