feat: cv-matcher-api job search token + session endpoints #4
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
New endpoints in cv-matcher-api: POST /api/cv/job-search/token (creates JobSearchToken after a match), POST /api/cv/job-search/token/{id}/start (validates token, creates JobSearchSession). JobTokenService handles keyword extraction from CV text (first 5 meaningful non-empty lines, no LLM cost). Commit:
6293fa8.