Ceevee
CeeveeDocs
⌘K
DashboardAPI keysSign up

Get started

  • Introduction
  • Authentication
  • Errors
  • Pagination
  • Versioning

Core resources

  • Jobs
  • Scans (CVs)
  • Candidates
  • Pipeline & stages
  • Assessments
  • Applications

Webhooks

  • Overview
  • Events
  • Signatures

Reference

  • Rate limits
  • Idempotency
  • OpenAPI spec
  • Changelog

API Reference

Assessments

Send personality, general, and developer assessments to candidates.

Assessment types

  • general — Big Five-derived traits and culture-fit signals.
  • developer — Technical, behavioural, and architectural dimensions for engineering hires.
  • personality — DISC-O profile with archetype labels and growth areas.

Lifecycle

  • pending — created, link sent, candidate has not started.
  • in_progress — candidate has begun answering.
  • completed — fully scored. Triggers assessment.completed webhook.

REST endpoints

POST/v1/assessments
Create an assessment for a candidate. Returns a tokenised invite URL.
assessments:write
GET/v1/assessments
List assessments, filterable by candidate_id and type.
assessments:read
GET/v1/assessments/{id}
Read assessment status, raw answers, and scored profile.
assessments:read