v47

latestOpenAPI 3.0.3Discuss directly with founders for license.raw.githubusercontent.com2026-01-30251599686.2 KB
match

Create match jobs for all entities in a source table to match against a target table.

This endpoint creates one job per entity in the source table. Each job will attempt to find a matching entity in the target table using LLM-based matching.

post/match/create_jobs

Request body

conditioningstring required

Optional conditioning prompt for the LLM matcher

datasetstring required

Dataset name

node_idstring uuid
source_tablestring required

Source table name (entities to match from)

target_tablestring required

Target table name (entities to match to)

Response

Successfully created match jobs

countinteger required

Number of jobs created

job_idsJobId[] required

IDs of the created match jobs