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)Antwoorden
Operatie-ID: loginUser
/api/auth/logoutEnd the current user session
Antwoorden
Operatie-ID: logoutUser
/api/cover-lettersGet all cover letters for the authenticated user
Parameters
limitqueryintegerMaximum number of cover letters to return
Default: 10
offsetqueryintegerNumber of cover letters to skip
Default: 0
Antwoorden
Operatie-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)Antwoorden
Operatie-ID: createCoverLetter
/api/cover-letters/{id}Retrieve a specific cover letter by ID
Parameters
idpathstringrequiredUnique identifier of the cover letter
Antwoorden
Operatie-ID: getCoverLetter
/api/cover-letters/{id}Update an existing cover letter
Parameters
idpathstringrequiredUnique identifier of the cover letter to update
Antwoorden
Operatie-ID: updateCoverLetter
/api/cover-letters/{id}Remove a cover letter
Parameters
idpathstringrequiredUnique identifier of the cover letter to delete
Antwoorden
Operatie-ID: deleteCoverLetter
/api/cv-analysisUpload and analyze a CV using AI
Antwoorden
Operatie-ID: analyzeCV
/api/cv-analysis/{id}Retrieve CV analysis results
Antwoorden
Operatie-ID: getCVAnalysis
/api/applicationsGet all job applications for the user
Antwoorden
Operatie-ID: listApplications
/api/applicationsAdd a new job application to track
Antwoorden
Operatie-ID: createApplication
/api/interview-prepGenerate AI-powered interview questions based on job role
Antwoorden
Operatie-ID: generateQuestions
/api/user/profileRetrieve the current user profile
Antwoorden
Operatie-ID: getUserProfile
/api/user/profileUpdate user profile information
Antwoorden
Operatie-ID: updateUserProfile
/api/subscriptionCheck current subscription plan and usage
Antwoorden
Operatie-ID: getSubscription
/api/subscriptionSubscribe to a premium plan
Antwoorden
Operatie-ID: createSubscription
Deze documentatie is automatisch gegenereerd
Voor meer informatie, zie de OpenAPI-specificatie