Public API · v1.0.0
Career-grade AI, embedded in your stack.
Programmatic access to the same generation, scoring, matching and document tooling that powers the JobTactics dashboard — gated by your personal API key, billed in credits.
- 31
- endpoints
- 9
- capability groups
- 1 h
- presigned URL TTL
- v1.0
- stable surface
What the API can do
Six capability groups, 31 endpoints. Every operation runs through the same ApiKeyGuard with usage tracking and rate limits.
AI generation
Career-grade LLM endpoints — CV, summary, bullets, cover letter, LinkedIn.
POST /public/cv/generate POST /public/professional-summary/generate Application scoring
Profile readiness + per-application fit scores with actionable signals.
GET /public/application-score/profile/{id} POST /public/application-score/applications/batch Quick matching
Cached AI matching profile ↔ job offer. Free of charge, sub-second.
POST /public/matching/quick POST /public/matching/quick/batch Profiles & documents
Full CRUD on profiles, documents (7 types), folders. The dashboard, headless.
GET /public/profiles GET /public/documents?type=cv_audit PDF & DOCX export
Render any document. Async pipeline returns a presigned URL valid for 1 hour.
POST /public/documents/{id}/export-pdf POST /public/documents/{id}/export-letter-docx Credits & templates
Read live credit balance, browse owned templates, switch generation language.
GET /public/credits/balance GET /public/templates Get started in three steps
Create a key
Sign in to the dashboard and open Settings → API keys. Keys start with jt_sk_
.
Send the header
Authenticate every request with Authorization: Bearer <key>
.
Browse & try
Open the live API reference. Test endpoints directly in the browser. .
Open reference