Skip to main content
POST
Create multiple blog posts on a website with AI (batch, max 25)

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 posts on

Example:

"website_abc123"

Body

application/json
items
object[]
required

Array of blog posts to create on the website. Between 1 and 25 items.

Required array length: 1 - 25 elements

Response

Batch processed. Check per-item success.

success
enum<boolean>
required

The batch request was processed. Individual items may still have failed — check per-item success.

Available options:
true
total
number
required

Total items in the batch

succeeded
number
required

Number of items successfully accepted

failed
number
required

Number of items that failed to start

items
object[]
required

Per-item result, in the same order as the request