/categoriesAsk AIpost https://example.com/categoriesCreate a category recordBody ParamsAdd Category. Category title is unique.titlestringrequiredThe title of the content. It should always be provideddescriptionstring | nullFree text category descriptionactiveboolean | nullWhether or not the category is activetruefalseparent_idinteger | nullThe ID of a category that should be considered as a parentprevious_idinteger | nullUsed to achieve ordering of categories. The current category will be placed after the element with previous_idgenericobjectJSON field with no validation. Should be used for migrated/unsupported content that is no longer needed but needs to be available for legacy reasonsgeneric objectexternal_urlstring | nullA URL that is going to be used for redirects. If you want a piece of content to take you to a specific page, you should put that address here.canonical_urlstring | nullA URL that is the master in case of duplicate content. Mostly used for SEO purposes.seoobjectSeo objectmain_mediaobjectMainMedia objectResponse 200The data pertaining to the newly created CategoryUpdated 10 months ago