---
title: "Enrich Content"
method: POST
path: "/v1/content/{content_id}/enrich"
---

# Enrich Content

`POST /v1/content/{content_id}/enrich`

Run an AI enrichment workflow on one item on demand.

Suggest-only by design: results land in the suggestions block and are
applied by the ordinary PATCH, so this never becomes a second way to
write a title.

## Path parameters

- `content_id` string, required

## Request body

- EnrichRequest
  - `tasks` string[]

## Response `202`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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