JobIntel.ai API

RESTful API for JobIntel.ai - AI-powered career assistance platform

API Kategorie
POST/api/auth/login
User login

Authenticate a user and receive session tokens

Authentication

Tělo požadavku

User credentials for authentication

application/jsonrequired
emailstringemailrequiredUser email address
passwordstringrequiredUser password (minimum 8 characters)

Odpovědi

200Login successful
401Invalid credentials
429Too many login attempts

ID operace: loginUser

POST/api/auth/logout
User logout

End the current user session

Authentication

Odpovědi

200Logout successful
401Not authenticated

ID operace: logoutUser

GET/api/cover-letters
List cover letters

Get all cover letters for the authenticated user

Cover Letters

Parametry

limitqueryinteger

Maximum number of cover letters to return

Default: 10

offsetqueryinteger

Number of cover letters to skip

Default: 0

Odpovědi

200List of cover letters
401Not authenticated

ID operace: listCoverLetters

POST/api/cover-letters
Create cover letter

Generate a new AI-powered cover letter

Cover Letters

Tělo požadavku

Cover letter creation parameters

application/jsonrequired
jobTitlestringrequiredThe job title to apply for
companystringrequiredCompany name
jobDescriptionstringrequiredFull job posting description
cvIdstringuuidReference to uploaded CV (optional)

Odpovědi

201Cover letter created
400Invalid input
401Not authenticated
429Rate limit exceeded

ID operace: createCoverLetter

GET/api/cover-letters/{id}
Get cover letter

Retrieve a specific cover letter by ID

Cover Letters

Parametry

idpathstringrequired

Unique identifier of the cover letter

Odpovědi

200Cover letter details
401Not authenticated
404Cover letter not found

ID operace: getCoverLetter

PUT/api/cover-letters/{id}
Update cover letter

Update an existing cover letter

Cover Letters

Parametry

idpathstringrequired

Unique identifier of the cover letter to update

Odpovědi

200Cover letter updated
400Invalid input
401Not authenticated
404Cover letter not found

ID operace: updateCoverLetter

DELETE/api/cover-letters/{id}
Delete cover letter

Remove a cover letter

Cover Letters

Parametry

idpathstringrequired

Unique identifier of the cover letter to delete

Odpovědi

204Cover letter deleted
401Not authenticated
404Cover letter not found

ID operace: deleteCoverLetter

POST/api/cv-analysis
Analyze CV

Upload and analyze a CV using AI

CV Analysis

Odpovědi

200Analysis complete
400Invalid file format
401Not authenticated
413File too large
429Rate limit exceeded

ID operace: analyzeCV

GET/api/cv-analysis/{id}
Get CV analysis

Retrieve CV analysis results

CV Analysis

Odpovědi

200Analysis results
401Not authenticated
404Analysis not found

ID operace: getCVAnalysis

GET/api/applications
List job applications

Get all job applications for the user

Applications

Odpovědi

200List of applications
401Not authenticated

ID operace: listApplications

POST/api/applications
Track application

Add a new job application to track

Applications

Odpovědi

201Application created
400Invalid input
401Not authenticated

ID operace: createApplication

POST/api/interview-prep
Generate interview questions

Generate AI-powered interview questions based on job role

Interview Prep

Odpovědi

200Questions generated
400Invalid input
401Not authenticated
429Rate limit exceeded

ID operace: generateQuestions

GET/api/user/profile
Get user profile

Retrieve the current user profile

User

Odpovědi

200User profile
401Not authenticated

ID operace: getUserProfile

PUT/api/user/profile
Update user profile

Update user profile information

User

Odpovědi

200Profile updated
400Invalid input
401Not authenticated

ID operace: updateUserProfile

GET/api/subscription
Get subscription status

Check current subscription plan and usage

Billing

Odpovědi

200Subscription details
401Not authenticated

ID operace: getSubscription

POST/api/subscription
Subscribe to plan

Subscribe to a premium plan

Billing

Odpovědi

201Subscription created
400Invalid plan
401Not authenticated
402Payment required

ID operace: createSubscription

Tato dokumentace je automaticky generována

Další informace naleznete v OpenAPI specifikaci