Skip to main content
ideaclouds:write The ideaclouds:write scope allows you to create IdeaClouds, which triggers the AI-powered keyword research pipeline. You can create a single IdeaCloud or submit a batch of up to 25 at once.

Endpoints


Create IdeaCloud

Creates a new IdeaCloud and begins the research process. The response returns immediately with a researching status. Use the Get IdeaCloud endpoint or the ideacloud.completed webhook to check when research finishes.

Request body

Example

Response — 202 Accepted

Use the Idempotency-Key header to safely retry requests without creating duplicates. See Idempotency for details.

Status codes


Create IdeaClouds in batch

Creates multiple IdeaClouds in a single request. Each item in the batch is processed independently — if one fails, the others still succeed.

Request body

Example

Response — 202 Accepted

Response — partial failure

If some items fail, they are included in the response with status: "failed":
Failed items do not have an id field. Successful items always include id and status: "researching".

Status codes


Error response — Missing scope

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