Skip to main content
POST
Get Reviewer Profile
Use this API to fetch a reviewer’s behavioral profile: judgment volume, approval rate, top flags, content types, peak hours, and a per-organization breakdown. Profiles are derived from accumulated judgments, so they need some review history before they are meaningful.

Endpoint

POST https://api.velt.dev/v2/memory/profiles/get

Headers

string
required
Your API key.
string
required

Body

Params

object
required

Example Requests

Get a specific reviewer’s profile

Response

The result is a reviewer profile, or null when no profile exists yet. avgReviewTimeSeconds is reserved and always returns 0. orgBreakdown is keyed by Velt’s internal organization id, which is also the value of the organizationId field. Match on clientOrganizationId to map an entry back to the organization id you sent. twinEligible is true once the reviewer has at least 50 judgments. twinAccuracy is the share of twin-assisted judgments the twin got right, and is null when the reviewer has no twin-assisted judgments. evolvedStandards is present only for reviewers with at least 50 judgments, and only when a content type’s approval rate moved by 25 percentage points or more between the last 90 days and the preceding 90 to 365 days. Most integrations can ignore all three.

Success Response

Failure Response