Skip to main content
GET
/
reference
/
content-tools
List content tools
curl --request GET \
  --url https://api.app.hrizn.io/v1/public/reference/content-tools \
  --header 'X-API-Key: <api-key>'
{
  "data": {
    "content_tools": [
      "seo-metadata",
      "schemas",
      "social-snippets",
      "page-slugs",
      "post-tags",
      "search-intent"
    ]
  }
}
Returns the content tools that can be triggered on articles as a string array.
{
  "data": {
    "content_tools": [
      "seo-metadata",
      "schemas",
      "social-snippets",
      "page-slugs",
      "post-tags",
      "search-intent"
    ]
  }
}

Authorizations

X-API-Key
string
header
required

Your Hrizn API key (prefix hzk_)

Response

200 - application/json

All content tools

data
object
Last modified on March 1, 2026