Skip to main content
POST
Typescript (SDK)

Authorizations

Authorization
string
header
required

API key in the format: Bearer {api_token}

Body

application/json
title
string
content
string
status
enum<string>
Available options:
draft,
published,
scheduled,
archived
slug
string
excerpt
string
blog_category_id
integer | null
published_at
string<date-time> | null
scheduled_at
string<date-time> | null
seo_attributes
object

Response

Blog post created

id
string
required
object
string
required
title
string
required
slug
string
required
content
string
required
status
enum<string>
required
Available options:
draft,
published,
scheduled,
archived
excerpt
string
required
published_at
string<date-time> | null
required
scheduled_at
string<date-time> | null
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
url
string
required
category
string | null
required