Skip to main content
site:read The site:read scope provides read-only access to your site’s configuration and metadata. This includes the site profile, content categories, brand voices, site elements, and available content types. This information is useful for populating forms, validating inputs, and understanding your site’s content structure.

Endpoints


Get site details

Returns your site’s profile information including name, domain, platform, and location.

Example

Response — 200 OK

Status codes


List categories

Returns all content categories configured for your site. Categories are used to organize IdeaClouds and articles.

Example

Response — 200 OK

Status codes


List brand voices

Returns all brand voices configured for your site. Brand voices control the tone, style, and personality used in AI-generated content.

Example

Response — 200 OK

Status codes


List site elements

Returns site elements such as disclaimers, CTAs, and other reusable content blocks. Optionally filter by element type.

Query parameters

Example

Response — 200 OK

Example — Filter by type

Status codes


List content types

Returns all content types available for your site. Use these values when creating content.

Example

Response — 200 OK

Status codes


Error response — Missing scope

If your API key does not include site:read, any request to these endpoints returns:
Last modified on February 19, 2026