---
title: "Create AI content"
method: POST
path: "/aicontent"
tags: ["AI content"]
---

# Create AI content

`POST /aicontent`

Create an AI content entry. If an entry with the same contentId already exists in the project it is
updated instead.

## Headers

- `project` string, required

## Request body

- CreateAIContentDto
  - `title` string, required
  - `content` unknown, required
  - `contentId` string, required
  - `batchId` string
  - `type` string, required
  - `readMoreUrl` string
  - `readMoreLabel` string

## Response `200`

Ok

- unknown

---

[API](https://skmtc.net/gleap/apis/gleap-server.md) · [All operations](https://skmtc.net/gleap/apis/gleap-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gleap/gleap-server/versions/b706fc73777f/schema)
