Skip to main content
Tags provide flat, cross-cutting labels for content discovery. Unlike categories, tags have no hierarchy.

Tag Object

FieldTypeEditableRequiredDescription
idintegerNoUnique tag identifier
namestringYesYesTag name
english_namestringNoYesEnglish name
slugstringNoURL-friendly slug
meta_titlestringYesNoSEO meta title
meta_descriptionstringYesNoSEO meta description
absolute_urlstringNoFull public URL
contentstring (HTML)YesNoTag description

Endpoints

MethodEndpointDescription
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