JobIntel.ai API
RESTful API for JobIntel.ai - AI-powered career assistance platform
/api/auth/loginAuthenticate a user and receive session tokens
Request body
User credentials for authentication
emailstringemailrequiredUser email addresspasswordstringrequiredUser password (minimum 8 characters)Svar
Operations-ID: loginUser
/api/auth/logoutEnd the current user session
Svar
Operations-ID: logoutUser
/api/cover-lettersGet all cover letters for the authenticated user
Parametre
limitqueryintegerMaximum number of cover letters to return
Default: 10
offsetqueryintegerNumber of cover letters to skip
Default: 0
Svar
Operations-ID: listCoverLetters
/api/cover-lettersGenerate a new AI-powered cover letter
Request body
Cover letter creation parameters
jobTitlestringrequiredThe job title to apply forcompanystringrequiredCompany namejobDescriptionstringrequiredFull job posting descriptioncvIdstringuuidReference to uploaded CV (optional)Svar
Operations-ID: createCoverLetter
/api/cover-letters/{id}Retrieve a specific cover letter by ID
Parametre
idpathstringrequiredUnique identifier of the cover letter
Svar
Operations-ID: getCoverLetter
/api/cover-letters/{id}Update an existing cover letter
Parametre
idpathstringrequiredUnique identifier of the cover letter to update
Svar
Operations-ID: updateCoverLetter
/api/cover-letters/{id}Remove a cover letter
Parametre
idpathstringrequiredUnique identifier of the cover letter to delete
Svar
Operations-ID: deleteCoverLetter
/api/cv-analysisUpload and analyze a CV using AI
Svar
Operations-ID: analyzeCV
/api/cv-analysis/{id}Retrieve CV analysis results
Svar
Operations-ID: getCVAnalysis
/api/applicationsGet all job applications for the user
Svar
Operations-ID: listApplications
/api/applicationsAdd a new job application to track
Svar
Operations-ID: createApplication
/api/interview-prepGenerate AI-powered interview questions based on job role
Svar
Operations-ID: generateQuestions
/api/user/profileRetrieve the current user profile
Svar
Operations-ID: getUserProfile
/api/user/profileUpdate user profile information
Svar
Operations-ID: updateUserProfile
/api/subscriptionCheck current subscription plan and usage
Svar
Operations-ID: getSubscription
/api/subscriptionSubscribe to a premium plan
Svar
Operations-ID: createSubscription
Denne dokumentation er automatisk genereret
For mere information, se OpenAPI-specifikationen