Open the API docs
ReDoc
Live reference for every Public API endpoint. Jobs are listed first, then applications and screening.
Authentication
Keys, Bearer auth, and base URL before you call anything.
openapi.json, currently 1.8.0). Tag groups start with Jobs.
Recommended order
- Jobs — create and publish openings
- Applications — list, advance, reject
- Screening — match scores and reruns
- Assessments / invitations — invite above-threshold candidates
- Pipelines, interviews, soft offers as needed
Current surface (1.8.0)
Guides: Jobs · Screening · Candidate profiles · Organisation · Pipelines · Scopes · Webhooks.
Playground notes
- Auth: Bearer token (
ct_live_…orct_test_…) - Server:
https://assess.praxicraft.com(paths under/api/v1/public/…) - Example languages: curl, Python, JavaScript, Node, Go
Schema files
Conventions
- Flat JSON success bodies
- Errors:
{ "error": { "code", "message", "details?" } } - Invitation id:
invite_token - Job path id: slug or UUID
- Cursor pagination:
cursor,page_size(default 20, max 100) - Audit export format query:
export_format(csv|json). not?format=(DRF renderer)
Guides
Quickstart
First call in five minutes.
Jobs & screening
Openings, applications, and match scores.
API changelog
Public API release notes (separate from the product changelog).
Organisation
Usage, billing, health, squads, audit export.
Errors
Stable
error.code catalogue.