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",
      "salesevent": "Sales event promotional page"
    }
  }
}

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