API Runner
merge Endpoints
All endpoints for the merge API group. Great for feeding into an LLM context.
POST
/v1/merge
Merge Records Api
Parameters
background_task
in: query
Request Body
{
"required": true,
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/MergeRecordsRequest"
}
}
}
}Responses
200Successful Response
application/json
{}404Not found
422Validation Error
application/json
{
"$ref": "#/components/schemas/HTTPValidationError"
}