> 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/draft-posts/introduction.md ## Article Content: # About the Draft Posts API The Draft Posts API allows you to create and manage draft posts. A draft post is an article written by a site collaborator who is given the appropriate [roles and permissions](#blog-roles). With the Draft Posts API, you can: - [Create](https://dev.wix.com/docs/rest/business-solutions/blog/draft-posts/create-draft-post.md) and [update](https://dev.wix.com/docs/rest/business-solutions/blog/draft-posts/update-draft-post.md) draft posts. - [Publish draft posts](https://dev.wix.com/docs/rest/business-solutions/blog/draft-posts/publish-draft-post.md). - [Query](https://dev.wix.com/docs/rest/business-solutions/blog/draft-posts/query-draft-posts.md) and [list](https://dev.wix.com/docs/rest/business-solutions/blog/draft-posts/list-draft-posts.md) draft posts. - [Create](https://dev.wix.com/docs/rest/business-solutions/blog/draft-posts/bulk-create-draft-posts.md), [update](https://dev.wix.com/docs/rest/business-solutions/blog/draft-posts/bulk-update-draft-posts.md), and [delete](https://dev.wix.com/docs/rest/business-solutions/blog/draft-posts/bulk-delete-draft-posts.md) multiple draft posts. - [Delete](https://dev.wix.com/docs/rest/business-solutions/blog/draft-posts/delete-draft-post.md) draft posts. - [Restore deleted draft posts](https://dev.wix.com/docs/rest/business-solutions/blog/draft-posts/restore-from-trash-bin.md) from the trash bin. 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: + The size limit of a single draft post is 400KB. + With [Wix Pricing Plans](https://dev.wix.com/docs/rest/business-solutions/pricing-plans/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 draft post object if the [Multilingual](https://support.wix.com/en/article/wix-multilingual-an-overview) app is installed. ## Blog roles Collaborators can create and manage blogs based on certain roles: - **Blog editors** can fully manage the blog, but not other areas of a site. - **Blog writers** can create and publish their own posts on a blog. - **Guest writers** can create posts, but can't publish them. ## 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 group 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 blog posts. @sdk_package_setup