Create blog with AI prompt
Workflows
Create blog with AI prompt
Starts an AI-driven blog creation workflow on an existing website. Requires website ownership verification. Returns a workflow_id you can poll via GET /v1/ai/workspace/blog/status/{workflow_id}.
POST
Create blog with AI prompt
Authorizations
Enter your API key (starts with lindo_sk_)
Path Parameters
The ID of the website to create the blog on
Example:
"website_abc123"
Body
application/json
AI prompt describing the blog post to create. Must be at least 10 characters.
Minimum string length:
10Example:
"Write a blog post about the benefits of organic coffee beans"
Optional ISO 8601 date to schedule the workflow for future execution.
Example:
"2026-05-01T09:00:00Z"

