JobIntel.ai API
RESTful API for JobIntel.ai - AI-powered career assistance platform
/api/auth/loginAuthenticate a user and receive session tokens
Tělo požadavku
User credentials for authentication
emailstringemailrequiredUser email addresspasswordstringrequiredUser password (minimum 8 characters)Odpovědi
ID operace: loginUser
/api/auth/logoutEnd the current user session
Odpovědi
ID operace: logoutUser
/api/cover-lettersGet all cover letters for the authenticated user
Parametry
limitqueryintegerMaximum number of cover letters to return
Default: 10
offsetqueryintegerNumber of cover letters to skip
Default: 0
Odpovědi
ID operace: listCoverLetters
/api/cover-lettersGenerate a new AI-powered cover letter
Tělo požadavku
Cover letter creation parameters
jobTitlestringrequiredThe job title to apply forcompanystringrequiredCompany namejobDescriptionstringrequiredFull job posting descriptioncvIdstringuuidReference to uploaded CV (optional)Odpovědi
ID operace: createCoverLetter
/api/cover-letters/{id}Retrieve a specific cover letter by ID
Parametry
idpathstringrequiredUnique identifier of the cover letter
Odpovědi
ID operace: getCoverLetter
/api/cover-letters/{id}Update an existing cover letter
Parametry
idpathstringrequiredUnique identifier of the cover letter to update
Odpovědi
ID operace: updateCoverLetter
/api/cover-letters/{id}Remove a cover letter
Parametry
idpathstringrequiredUnique identifier of the cover letter to delete
Odpovědi
ID operace: deleteCoverLetter
/api/cv-analysisUpload and analyze a CV using AI
Odpovědi
ID operace: analyzeCV
/api/cv-analysis/{id}Retrieve CV analysis results
Odpovědi
ID operace: getCVAnalysis
/api/applicationsGet all job applications for the user
Odpovědi
ID operace: listApplications
/api/applicationsAdd a new job application to track
Odpovědi
ID operace: createApplication
/api/interview-prepGenerate AI-powered interview questions based on job role
Odpovědi
ID operace: generateQuestions
/api/user/profileRetrieve the current user profile
Odpovědi
ID operace: getUserProfile
/api/user/profileUpdate user profile information
Odpovědi
ID operace: updateUserProfile
/api/subscriptionCheck current subscription plan and usage
Odpovědi
ID operace: getSubscription
/api/subscriptionSubscribe to a premium plan
Odpovědi
ID operace: createSubscription
Tato dokumentace je automaticky generována
Další informace naleznete v OpenAPI specifikaci