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)Antworten
Operationsnummer: loginUser
/api/auth/logoutEnd the current user session
Antworten
Operationsnummer: logoutUser
/api/cover-lettersGet all cover letters for the authenticated user
Parameter
limitqueryintegerMaximum number of cover letters to return
Default: 10
offsetqueryintegerNumber of cover letters to skip
Default: 0
Antworten
Operationsnummer: 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)Antworten
Operationsnummer: createCoverLetter
/api/cover-letters/{id}Retrieve a specific cover letter by ID
Parameter
idpathstringrequiredUnique identifier of the cover letter
Antworten
Operationsnummer: getCoverLetter
/api/cover-letters/{id}Update an existing cover letter
Parameter
idpathstringrequiredUnique identifier of the cover letter to update
Antworten
Operationsnummer: updateCoverLetter
/api/cover-letters/{id}Remove a cover letter
Parameter
idpathstringrequiredUnique identifier of the cover letter to delete
Antworten
Operationsnummer: deleteCoverLetter
/api/cv-analysisUpload and analyze a CV using AI
Antworten
Operationsnummer: analyzeCV
/api/cv-analysis/{id}Retrieve CV analysis results
Antworten
Operationsnummer: getCVAnalysis
/api/applicationsGet all job applications for the user
Antworten
Operationsnummer: listApplications
/api/applicationsAdd a new job application to track
Antworten
Operationsnummer: createApplication
/api/interview-prepGenerate AI-powered interview questions based on job role
Antworten
Operationsnummer: generateQuestions
/api/user/profileRetrieve the current user profile
Antworten
Operationsnummer: getUserProfile
/api/user/profileUpdate user profile information
Antworten
Operationsnummer: updateUserProfile
/api/subscriptionCheck current subscription plan and usage
Antworten
Operationsnummer: getSubscription
/api/subscriptionSubscribe to a premium plan
Antworten
Operationsnummer: createSubscription
Diese Dokumentation ist automatisch generiert
Weitere Informationen finden Sie in der OpenAPI-Spezifikation