---
title: "Stream a content generation copilot chat response"
method: POST
path: "/api/v1/content-generation"
tags: ["ContentGenerationCopilot"]
---

# Stream a content generation copilot chat response

`POST /api/v1/content-generation`

## Request body

- ContentGenerationChatRequestDTO
  - `conversationId` string
  - `documentIds` string[]
  - `draft` unknown
  - `messages` object[], required
    - `id` string, required
    - `role` string, required
  - `missionId` string
  - `orgDescription` string
  - `orgName` string
  - `uiLanguage` 'en' | 'de' | 'fr' | 'es' | 'it' | 'nl' | 'zh-Hans', required — UI language of the requesting user

## Response `201`

---

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