---
title: "Get Entity Ids From Names"
method: POST
path: "/api/v3/classifier/get-entity-ids"
tags: ["Classifier"]
---

# Get Entity Ids From Names

`POST /api/v3/classifier/get-entity-ids`

## Request body

- EntityIdRequest
  - `names` string[], required
  - `institution_types` string, required
  - `states` string[], nullable

## Response `200`

Successful Response

- EntityIdsResponse
  - `entity_ids` string[], required

## 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)
