You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Filling out the application form is a little annoying
Describe the solution you'd like
Use the following line of code to hit the lever api with the applicants resume, fill out every other field accordingly. parseResponse = requests.post('https://jobs.lever.co/parseResume', files=dict(resume=resume))
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Filling out the application form is a little annoying
Describe the solution you'd like
Use the following line of code to hit the lever api with the applicants resume, fill out every other field accordingly.
parseResponse = requests.post('https://jobs.lever.co/parseResume', files=dict(resume=resume))
The text was updated successfully, but these errors were encountered: