---
title: "Create Enrichments"
method: POST
path: "/api/v3/enrichments"
tags: ["Enrichments"]
---

# Create Enrichments

`POST /api/v3/enrichments`

Create new enrichment records for multiple institutions.

## Request body

- EnrichmentRequest
  - `request_text` string, required
  - `source_type` string, required
  - `institution_ids` string[], required
  - `workspace_id` string, uuid, nullable

## Response `200`

Successful Response

- CreateEnrichmentsResponse
  - `data` EnrichmentResponse[], required
    - `id` string, uuid, required
    - `status` string, nullable, required
    - `type` string, nullable, required
    - `user_email` string, nullable, required
    - `request_text` string, nullable, required
    - `institution_id` string, nullable, required
    - `workspace_id` string, uuid, nullable, required
    - `created_at` string, date-time, required
    - `modified_at` string, date-time, nullable, 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)
