---
title: "Generate App Knowledge"
method: POST
path: "/api/admin/generate-app-knowledge"
tags: ["admin"]
---

# Generate App Knowledge

`POST /api/admin/generate-app-knowledge`

Aggregate all trained page data for a product and generate a comprehensive
app knowledge document using the LLM. Returns the markdown content.

## Headers

- `authorization` string, required

## Request body

- GenerateAppKnowledgeRequest — Request to generate a comprehensive app knowledge markdown document.
  - `product_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/usecrow/apis/crow-backend-multi-tenant-saas.md) · [All operations](https://skmtc.dev/usecrow/apis/crow-backend-multi-tenant-saas/llms.txt) · [OpenAPI document](https://skmtc.dev/usecrow/apis/crow-backend-multi-tenant-saas/revisions/dafdd6b267c4?raw)
