Skip to main content
GET
/
reference
/
content-types
List content types
curl --request GET \
  --url https://api.app.hrizn.io/v1/public/reference/content-types \
  --header 'X-API-Key: <api-key>'
{
  "data": {
    "content_types": {
      "basic": "Standard article",
      "qa": "Q&A interview article",
      "expert": "Expert opinion article",
      "modellanding": "Model research page",
      "comparison": "Vehicle comparison article",
      "salesevent": "Sales event promotional page"
    }
  }
}
Returns the content types supported by the platform as a key-value map.
{
  "data": {
    "content_types": {
      "basic": "Standard article",
      "qa": "Q&A interview article",
      "expert": "Expert opinion article",
      "modellanding": "Model research page",
      "comparison": "Vehicle comparison article",
      "salesevent": "Sales event promotional page"
    }
  }
}
The Get content types endpoint under /site returns additional types (enhancedcontent, socialpost, template) with a different response format (array of {id, label} objects).

Authorizations

X-API-Key
string
header
required

Your Hrizn API key (prefix hzk_)

Response

200 - application/json

All content types

data
object
Last modified on March 1, 2026