API Reference

Push candidates, applications, clients, and jobs into your Talynce organization, manage pipeline status, and read screening results using API keys.

Paid plan required

REST API access is available on paid plans (2+ users) and during legacy trial evaluation. Free solo accounts cannot create API keys or call /api/v1/* endpoints.

View pricing · Manage plan

Base URL: https://talynce.com/api/v1

Requires a paid plan. Create keys in Dashboard → Administration → Developer. OpenAPI spec: https://talynce.com/api/v1/openapi.json

All request and response bodies are JSON. Field names use snake_case. Unless noted, types below use standard JSON types.

Common data types

Type notation used in this reference
FieldTypeMeaningDescription
stringJSON stringUTF-8 text
string (uuid)stringUUID v4, e.g. 550e8400-e29b-41d4-a716-446655440000
string (ISO 8601 date-time)stringstring (ISO 8601 date-time)
string (YYYY-MM-DD)stringstring (YYYY-MM-DD)
integernumberWhole number
numbernumberDecimal number (float)
booleanbooleantrue or false
string[]arrayArray of strings
objectobjectJSON object (arbitrary keys)
object[]arrayArray of objects
T | nullunionField may be null in responses

Response envelope

Success (2xx)
FieldTypeDescription
dataobject | object[]Resource body or array of resources
meta.totalintegerTotal matching records
meta.limitintegerPage size used
meta.offsetintegerOffset used
Error (4xx / 5xx)
FieldTypeDescription
error.codestringMachine-readable error code
error.messagestringHuman-readable message
error.detailsobjectOptional extra context