---
title: "Ingest Frameworks From Internal"
method: POST
path: "/requirements/frameworks/ingest-from-internal"
tags: ["requirements"]
---

# Ingest Frameworks From Internal

`POST /requirements/frameworks/ingest-from-internal`

For each selected internal upload, create an EXTRACTING placeholder
framework and dispatch the ingestion workflow to extract its requirements.

## Request body

- IngestFromInternalRequest — Create frameworks by extracting requirements from internal policy uploads.
  - `upload_ids` string[], required

## Response `200`

Successful Response

- FrameworksListResponse
  - `frameworks` FrameworkResponse[]
    - `framework_id` string, uuid, required
    - `name` string, required
    - `year` integer, required
    - `version` integer, required
    - `status` string, required
    - `jurisdiction` string, nullable
    - `citation` string, nullable
    - `issuing_body` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/kobaltlabs/apis/fastapi.md) · [All operations](https://skmtc.dev/kobaltlabs/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kobaltlabs/fastapi/revisions/3ff4c0bd276b/schema)
