Resume and Cover Letter API
Next Role's API for writing tailored resumes and cover letters. Plug and play into your job board and ATS systems. ## What it does This API takes a candidate's CV (in markdown) and a job description, then generates a professionally tailored resume and cover letter delivered as `.docx` documents. ## How it works 1. Submit the candidate's CV, contact details, and the job description via the order…
Resume and Cover Letter API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Orders | ||
| GET |
/api/Orders/{orderKey} /api/Orders/{orderKey} |
Gets an order by its order key. Will return status 404 if the order is not found. |
| POST |
/api/Orders/Managed/{orderKey} /api/Orders/Managed/{orderKey} |
Place an order for a tailored resume and cover letter. It is important to set `orderKey` to a value that uniquely identifies this order. This is the id you will use to poll for… |
| Pricing | ||
| GET |
/api/Pricing /api/Pricing |
Retrieves the Next Role service tiers with their ids. People who visit your job board will be at different stages in their career. Next Role identifies these stages as: 1.… |
Resume and Cover Letter API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1000 / hour |
|
| PRO | $39 / month | 1000 / minute |
|
| ULTRA | $89 / month | 800 / minute |
|
| MEGA | $299 / month | 800 / minute |
|