Categories provide hierarchical organization for your content. Every post must have a primary_category assigned before it can be published.
Category Object
| Field | Type | Editable | Required | Description |
|---|
id | integer | No | — | Unique category identifier |
name | string | Yes | Yes | Category name |
english_name | string | No | Yes | English name (used for permalink generation) |
slug | string | Dashboard only | — | URL-friendly slug |
content | string (HTML) | Yes | No | Category description |
category_brand_color | string (hex) | Yes | No | Brand color for the category |
child_categories | array | No | — | List of subcategories |
parent_category | object | Yes | No | Parent category details |
meta_title | string | Yes | No | SEO meta title |
meta_description | string | Yes | No | SEO meta description |
absolute_url | string | Auto | — | Public-facing URL |
Endpoints
| Method | Endpoint | Description |
|---|
| GET | /category/ | List all categories |
| POST | /category/ | Create a new category |
| GET | /category/{id}/ | Retrieve a category |
| PATCH | /category/{id}/ | Update a category |
| DELETE | /category/{id}/ | Delete a category |
Last modified on February 12, 2026