---
title: "Knowledge Ingestion"
method: POST
path: "/knowledge-articles"
---

# Knowledge Ingestion

`POST /knowledge-articles`

Enables ingestion of new knowledge articles or of updates to existing knowledge articles. The request body depends on the field mappings defined on the data source to which the API will push the data.

## Headers

- `x-app-token` string

## Request body

- object[]
  - `groups` string[]
  - `id` string
  - `text` string

## Response `200`

---

[API](https://skmtc.net/aisera/apis/aisera-ingestion-apis.md) · [All operations](https://skmtc.net/aisera/apis/aisera-ingestion-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aisera/aisera-ingestion-apis/revisions/96d3e05fb53e/schema)
