Tags provide flat, cross-cutting labels for content discovery. Unlike categories, tags have no hierarchy.
Tag Object
| Field | Type | Editable | Required | Description |
|---|
id | integer | No | — | Unique tag identifier |
name | string | Yes | Yes | Tag name |
english_name | string | No | Yes | English name |
slug | string | No | — | URL-friendly slug |
meta_title | string | Yes | No | SEO meta title |
meta_description | string | Yes | No | SEO meta description |
absolute_url | string | No | — | Full public URL |
content | string (HTML) | Yes | No | Tag description |
Endpoints
| Method | Endpoint | Description |
|---|
| GET | /tag/ | List all tags |
| POST | /tag/ | Create a new tag |
| GET | /tag/{id}/ | Retrieve a tag |
| PATCH | /tag/{id}/ | Update a tag |
| DELETE | /tag/{id}/ | Delete a tag |
Last modified on February 12, 2026