Please make sure to tell us who you are, what position you're interested in, and where we can find materials like your resume, projects, or anything else you're proud of.
To apply via API, send a POST request to:
https://envoc-apply-api.azurewebsites.net/api/apply
Guidelines
- The content type for the submission should be application/json
- The following is the structure of the body:
- Name: String
- PhoneNumber: String
- Email: String
- Position: String
- Urls: Array of objects containing the following properties
- Type: String
- Link: String
- All fields are required
- At least one URL with the "Resume" type is required
- For resumes, we require submissions to be in PDF format
- If your submission was successful, you will receive a HTTP 202 response