---
title: "Match Institutions"
method: POST
path: "/api/v3/classifiers/institutions/match"
tags: ["Classifiers"]
---

# Match Institutions

`POST /api/v3/classifiers/institutions/match`

## Request body

- ClassifyRequest
  - `rows` ClassifyRow[], required
    - `name` string, nullable
    - `domain` string, nullable
    - `city` string, nullable
    - `states` string, nullable
    - `institution_types` string[], nullable
    - `nationgraph_id` string, nullable
    - `nces` string, nullable
    - `fips` string, nullable
    - `ipeds` string, nullable
  - `job_id` string, nullable

## Response `200`

Successful Response

- ClassifyJobEnqueueResponse
  - `job_id` string, required
  - `rows_to_process` integer, required
  - `skipped_row_count` integer

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/nationgraph/apis/nationgraph-api.md) · [All operations](https://skmtc.net/nationgraph/apis/nationgraph-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nationgraph/nationgraph-api/revisions/85804e68d86d/schema)
