Skip to main content
POST
Create blog with AI prompt

Authorizations

Authorization
string
header
required

Enter your API key (starts with lindo_sk_)

Path Parameters

website_id
string
required

The ID of the website to create the blog on

Example:

"website_abc123"

Body

application/json
prompt
string
required

AI prompt describing the blog post to create. Must be at least 10 characters.

Minimum string length: 10
Example:

"Write a blog post about the benefits of organic coffee beans"

schedule_at
string

Optional ISO 8601 date to schedule the workflow for future execution.

Example:

"2026-05-01T09:00:00Z"

Response

Workflow started successfully

success
enum<boolean>
required

Indicates the workflow was started successfully

Available options:
true
Example:

true

result
object
required