Skip to main content
The “Create Blog Post” API allows you create blog post for any given blog site. Please use blogs/post.write

Autorización

string
required
Bearer token generado desde el portal Leadway. Ver Autenticación.
string
default:"2021-07-28"
required
Versión de la API.

Body

string
default:"Your blog title"
required
string
default:"Account ID"
required
string
default:"Blog ID"
required
You can find the blog id from blog site dashboard link
string
default:"Image URl"
required
string
default:"A short description"
required
string
default:"<h1>Your blog content</h1>"
required
string
required
Posibles valores: ‘DRAFT’, ‘PUBLISHED’, ‘SCHEDULED’, ‘ARCHIVED’
string
default:"Alt text for your blog image"
required
string[]
required
This needs to be array of category ids, which you can get from the category get api call.
string[]
string
default:"6683abde331c041f32c07aea"
required
This needs to be author id, which you can get from the author get api call.
string
default:"any-blog-post-url"
required
string
default:"2025-02-05T18:30:47.000Z"
required
Provide ISO timestamp

Respuestas

object
required

Ejemplo