Skip to main content
content:write The content:write scope allows you to create content from completed IdeaClouds and re-trigger generation on existing IdeaCloud-linked content.

Endpoints


Create content

Creates new content from a completed IdeaCloud and starts generation immediately. Pass selected_question_ids to choose which questions to cover; otherwise the IdeaCloud’s recommended questions are used.

Request body

Example

Response — 202 Accepted

Status codes


Create content in batch

Creates multiple content items in a single request. Each item is processed independently.

Request body

Each item accepts the same fields as the single Create content endpoint.

Example

Response — 202 Accepted

Response — Partial failure

Status codes


Regenerate content

Re-triggers article body generation for content that is already linked to an IdeaCloud. Question selection is fixed at creation time — use Create content to choose questions. This endpoint accepts optional updates to title, brand voice, language, and content depth.

Path parameters

Request body

Example

Response — 202 Accepted

Status codes


Error response — Missing scope

If your API key does not include content:write, any request to these endpoints returns:
Last modified on June 17, 2026