Skip to main content
content_tools:write The content_tools:write scope allows you to generate supplementary data for content — SEO metadata, structured data schemas, social media snippets, page slugs, post tags, and search intent analysis. You can generate all tools at once or target a specific tool.

Endpoints


Available content tools


Generate content tools

Triggers generation for all content tools or a specified subset. Generation runs asynchronously. Use the Get components endpoint (requires content:read) to check when each component is ready, or subscribe to the content_tools.completed webhook event.

Path parameters

Request body (optional)

Example — Generate all tools

Response — 202 Accepted

Example — Generate only SEO metadata and schemas

Response — 202 Accepted

Status codes


Generate a single content tool

Shorthand endpoint to generate a single content tool by specifying it in the URL path.

Path parameters

Example

Response — 202 Accepted

Retrieving generated content tools

Once generated, retrieve the components using the content:read scope:

Status codes


Error response — Missing scope

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