curl --request GET \
--url https://api.app.hrizn.io/v1/public/content \
--header 'X-API-Key: <api-key>'{
"data": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"title": "<string>",
"article_type": "basic",
"status": "generating",
"category": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>"
},
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
],
"pagination": {
"has_more": true,
"next_cursor": "<string>",
"total_count": 123
}
}curl --request GET \
--url https://api.app.hrizn.io/v1/public/content \
--header 'X-API-Key: <api-key>'{
"data": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"title": "<string>",
"article_type": "basic",
"status": "generating",
"category": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>"
},
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
],
"pagination": {
"has_more": true,
"next_cursor": "<string>",
"total_count": 123
}
}Your Hrizn API key (prefix hzk_)
Number of results per page
1 <= x <= 100Base64-encoded pagination cursor
Filter by article type
basic, qa, expert, modellanding, comparison, salesevent Paginated list of content
Hide child attributes
basic, qa, expert, modellanding, comparison, salesevent Content generation status
generating, complete, failed, awaiting_input