Classify
Classify link keys into categories (identity, transaction, reference) using AI. Runs asynchronously on ambiguous fields.
POST
/v1/linking/classifyResponse
Response fields
classifiedintegerNumber of fields newly classified as link keys.
backfillTriggeredbooleanWhether a backfill was started because new link keys were identified.
Response
{
"classified": 3,
"backfillTriggered": true
}Errors
Error responses
401unauthorizedMissing or invalid API key.
429rate_limitedToo many requests. Retry after the period indicated in the Retry-After header.