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"
]
}
}
{
"data": {
"content_tools": [
"seo-metadata",
"schemas",
"social-snippets",
"page-slugs",
"post-tags",
"search-intent"
]
}
}