/
SW
swiftlynx
/
SwiftLynx API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 4h ago · Updated 4w ago
Details
Filter operations
get
OAuth authorization endpoint (browser)
post
Exchange authorization code or refresh token
get
Validate token and get account info
post
Analyze a resume against a job description
get
Retrieve a stored analysis record
Exchange authorization code or refresh token
post
/api/oauth/token
Response
Access and refresh tokens
object
required
access_token
string
token_type
string
expires_in
integer
refresh_token
string
Example response
{ "token_type": "Bearer", "expires_in": 3600 }
Changes