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"
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.