Create multiple pages on a website with AI (batch, max 25)
Workflows
Create multiple pages on a website with AI (batch, max 25)
Start up to 25 page-creation workflows on a single website in one request. Each returns a workflow_id that can be polled via /v1/ai/workspace/page/status/{workflow_id}.
POST
Create multiple pages on a website with AI (batch, max 25)
Authorizations
Enter your API key (starts with lindo_sk_)
Path Parameters
The ID of the website to create the pages on
Example:
"website_abc123"
Body
application/json
Array of pages to create on the website. Between 1 and 25 items.
Required array length:
1 - 25 elementsResponse
Batch processed. Check per-item success.
The batch request was processed. Individual items may still have failed — check per-item success.
Available options:
true Total items in the batch
Number of items successfully accepted
Number of items that failed to start
Per-item result, in the same order as the request

