v1

latestOpenAPI 3.0.02026-07-2417611.8 MB
Authoring content

AI analyzes and provides tag recommendations for the content.

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

post/authoring/v1/content/{id}/analyze

Path parameters

idstring required

Provide the ID of the content item that you need to perform AI analytics.

Response

Successfully retrieved cognitive tags for content text.

conceptsstring[]

Example response

{
  "concepts": [
    "news",
    "sample"
  ]
}