---
title: "AI analyzes and provides tag recommendations for the content."
method: POST
path: "/authoring/v1/content/{id}/analyze"
tags: ["Authoring content"]
---

# AI analyzes and provides tag recommendations for the content.

`POST /authoring/v1/content/{id}/analyze`

Use the /content/{id}/analyze endpoint to perform AI analysis on content text.
<br />User roles: admin, manager, editor

## Path parameters

- `id` string, required

## Response `200`

Successfully retrieved cognitive tags for content text.

- object
  - `concepts` string[]
  - `entities` object[]
    - `name` string
    - `type` string

## Other responses

- `400` — The content locale is not supported by AI Text API.
- `404` — The content item with ID {id} was not found.
- `429` — Too Many Requests, the server has reached a limit, the request must be sent again at a later time.
- `default` — Unexpected error.

---

[API](https://skmtc.net/goacoustic/apis/acoustic-content-api.md) · [All operations](https://skmtc.net/goacoustic/apis/acoustic-content-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/goacoustic/acoustic-content-api/versions/677305266d89/schema)
