Valstorm LogoDev

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
type: any
Request Body
{
  "required": true,
  "content": {
    "application/json": {
      "schema": {
        "$ref": "#/components/schemas/MergeRecordsRequest"
      }
    }
  }
}
Responses
200
Successful Response
application/json
{}
404
Not found
422
Validation Error
application/json
{
  "$ref": "#/components/schemas/HTTPValidationError"
}
API Runner