# Category Contents ## List category contents - [GET /v1/categories/{categoryUuid}/contents](https://docs.apiera.io/openapi/category-contents/paths/~1v1~1categories~1%7Bcategoryuuid%7D~1contents/get.md): Retrieves a paginated list of localized content for a category. ## Create category content - [POST /v1/categories/{categoryUuid}/contents](https://docs.apiera.io/openapi/category-contents/paths/~1v1~1categories~1%7Bcategoryuuid%7D~1contents/post.md): Creates localized content for a category. ## Bulk create category contents - [POST /v1/categories/{categoryUuid}/contents/bulk](https://docs.apiera.io/openapi/category-contents/paths/~1v1~1categories~1%7Bcategoryuuid%7D~1contents~1bulk/post.md): Creates multiple localized content entries for a category in a single operation. ## Bulk update category contents - [PATCH /v1/categories/{categoryUuid}/contents/bulk](https://docs.apiera.io/openapi/category-contents/paths/~1v1~1categories~1%7Bcategoryuuid%7D~1contents~1bulk/patch.md): Updates multiple localized content entries in a single operation. ## Get category content - [GET /v1/categories/{categoryUuid}/contents/{categoryContentUuid}](https://docs.apiera.io/openapi/category-contents/paths/~1v1~1categories~1%7Bcategoryuuid%7D~1contents~1%7Bcategorycontentuuid%7D/get.md): Retrieves a single localized content entry for a category. ## Update category content - [PATCH /v1/categories/{categoryUuid}/contents/{categoryContentUuid}](https://docs.apiera.io/openapi/category-contents/paths/~1v1~1categories~1%7Bcategoryuuid%7D~1contents~1%7Bcategorycontentuuid%7D/patch.md): Updates localized content for a category. Only provided fields are updated. ## Delete category content - [DELETE /v1/categories/{categoryUuid}/contents/{categoryContentUuid}](https://docs.apiera.io/openapi/category-contents/paths/~1v1~1categories~1%7Bcategoryuuid%7D~1contents~1%7Bcategorycontentuuid%7D/delete.md): Permanently deletes localized content for a category.