Posts (raw)Create a postAsk AIpost https://api.dropinblog.com/v2/blog/{blog_id}/postsRequires a private API key.Path Paramsblog_idstringrequiredYour blog ID.Body ParamstitlestringrequiredTitle for your post.contentstringrequiredContent for your post in HTML.slugstringURL friendly identifier for the post. If omitted, it automatically defaults to the post’s title.seo_titlestringSEO title for your post. If not set it will default to the title.seo_descriptionstringSEO description for your post.keywordstringSEO keyword for your post.secondary_keywordsstringSecondary SEO keyword list. Separate each keyword with a comma.published_atdate-timePublished date and time for your post. If set the post will be published. If not set the post will be put in draft.visibilitystringenumDefaults to publicpublicprivateAllowed:publicprivatefeatured_imagestringFeatured image URL for your post.featured_image_altstringFeatured image alt text for the featured image.category_idsarray of int32sCategory IDs to attach to your post.category_idsADD int32author_idint32Author ID to attach to your post.faqsarray of objectsFAQs to attach to your post.faqsADD objectenable_tocbooleanDefaults to falseGenerates a Table of Contents from H2/H3 headings and prepends it to the content.truefalseResponse 200200Updated 2 months ago