# Entity Matching Pipeline REST API

> OpenAPI 3.2.0 (API version 1). Entity Matching Pipelines API, used to trigger and monitor pipeline runs.

This is a generated digest. Canonical documents with full parameter and schema detail:

- JSON: /v1/entitymatching.json
- YAML: /v1/entitymatching.yaml
- Interactive reference: /api-documentation/entitymatching

## Servers

- https://eu.api.indykite.com/entity-matching/v1
- https://us.api.indykite.com/entity-matching/v1

## Authentication

- `APIKey`: apiKey — The value of the App Agent credential header must be passed as is, without any prefix.

## Operations (3)

### EntityMatching

| Method | Path | Operation ID | Summary |
| ------ | ---- | ------------ | ------- |
| GET | `/pipelines/{id}/property-mappings` | ReadSuggestedPropertyMapping | EntityMatching read suggested property mapping endpoint |
| POST | `/pipelines/{id}/runs` | RunEntityMatchingPipeline | EntityMatching run endpoint |
| GET | `/pipelines/{id}/status` | ReadEntityMatchingPipelineStatus | EntityMatching read pipeline status endpoint |

## Schemas (9)

Defined under `components.schemas` in the canonical documents:

`api.CustomPropertyMapping`, `api.ReadEntityMatchingPipelineStatusResponse`, `api.ReadSuggestedPropertyMappingResponse`, `api.RunEntityMatchingPipelineResponse`, `api.RunEntityMatchingRequest`, `api.SuggestedPropertyMapping`, `restapi.DetailedError`, `restapi.DetailedMessageResponse`, `restapi.ErrorResponse`
