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"
]
}
}
List all content tool types
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.Documentation Index
Fetch the complete documentation index at: https://api-docs.hrizn.io/llms.txt
Use this file to discover all available pages before exploring further.
{
"data": {
"content_tools": [
"seo-metadata",
"schemas",
"social-snippets",
"page-slugs",
"post-tags",
"search-intent"
]
}
}