/
OU
outcallerai
/
FastAPI
Search skmtc…
⌘K
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
v4
latest
OpenAPI 3.1.0
2026-08-03
553
368
548.9 KB
admin-blog
Create Blog Post
post
/api/admin-blog/posts
Request body
CreateBlogPostRequest
required
title
string
required
excerpt
string
nullable
content_html
string
featured_image_url
string
nullable
publish_mode
'DRAFT'
|
'PUBLISH'
|
'SCHEDULE'
scheduled_for
string
date-time
nullable
manual_tags
string
nullable
Response
Successful Response
BlogPostDetail
required
id
string
required
title
string
required
slug
string
required
excerpt
string
nullable
featured_image_url
string
nullable
status
'DRAFT'
|
'PUBLISHED'
required
scheduled_for
string
date-time
nullable
published_at
string
date-time
nullable
manual_tags
string
nullable
created_at
string
date-time
required
updated_at
string
date-time
required
content_html
string
required
media
BlogMediaItem[]