> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt ## Resource: Introduction ## Article: Introduction ## Article Link: https://dev.wix.com/docs/api-reference/business-solutions/blog/introduction.md ## Article Content: # About the Blog APIs The Blog APIs allow users to create and manage blogs. Wix users can create and manage posts, draft posts, categories and tags on their blog page. Site collaborators can also create and manage blogs, given the appropriate [roles and permissions](#blog-roles). With the Blog APIs, you can: - Create and manage [posts](https://dev.wix.com/docs/api-reference/business-solutions/blog/posts-stats/introduction.md) and [draft posts](https://dev.wix.com/docs/api-reference/business-solutions/blog/draft-posts/introduction.md). - Assign [categories](https://dev.wix.com/docs/api-reference/business-solutions/blog/category/introduction.md) to posts and draft posts, as well as update and remove them. - Add [tags](https://dev.wix.com/docs/api-reference/business-solutions/blog/tags/introduction.md) to posts and draft posts, as well as remove them. Learn more about [Wix Blog](https://support.wix.com/en/article/wix-blog-about-the-wix-blog). ## Before you begin It’s important to note the following before starting to code: + A blog has a maximum limit of 100,000 posts. The size limit of a single blog post is 400KB. + With [Pricing Plans](https://dev.wix.com/docs/rest/business-solutions/pricing-plans/introduction.md), exclusive blog content can only be accessed by readers with a subscription. Learn more about [creating blog post subscriptions](https://support.wix.com/en/article/wix-blog-creating-blog-post-subscriptions). + With [Wix Multilingual](https://support.wix.com/en/article/wix-multilingual-an-overview), a blog can be translated into multiple languages. Learn more about [translating a blog](https://support.wix.com/en/article/wix-multilingual-translating-your-blog). > Note: `translationId` is only returned in a post object if the [Multilingual app](https://www.wix.com/app-market/web-solution/wix-multilingual) is installed. ## Sample use cases + [Send emails to blog subscribers with the latest blog posts](https://dev.wix.com/docs/rest/business-solutions/blog/sample-flows.md#periodically-send-an-email-with-latest-posts-to-blog-subscribers) + [Create and send out social media posts when a new blog post is marked as featured](https://dev.wix.com/docs/rest/business-solutions/blog/sample-flows.md#send-out-a-social-media-post-when-a-new-blog-post-is-marked-as-featured) ## Blog roles Collaborators can create and manage blogs based on certain roles: - **Blog editor:** Can fully manage a blog, but not other areas of a site. - **Blog writer:** Can create and publish their own posts on a blog. - **Guest writer:** Can create posts, but can't publish them. - **Managed writer:** Can't create posts, but a Wix user can attribute posts to them. For more information, see [Blog roles and their associated permissions](https://support.wix.com/en/article/wix-blog-adding-writers-and-editors-in-wix-blog#blog-roles-and-their-associated-permissions). ## Terminology - **Post**: A published article on a blog. It is also referred to as a publication. A blog can have up to 100,000 posts. - **Draft Post**: An article written by a Wix user, blog editor, blog writer, or a guest writer that is not yet published. - **Category**: A grouping of similar and related posts. A post can be assigned to a maximum of 10 categories. - **Tag**: A way to further sort and organize blog posts. Tags provide the ability to filter a blog's articles.