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}.
Documentation Index
Fetch the complete documentation index at: https://lindo.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Enter your API key (starts with lindo_sk_)
The ID of the website to create the blog on
"website_abc123"
AI prompt describing the blog post to create. Must be at least 10 characters.
10"Write a blog post about the benefits of organic coffee beans"
Optional ISO 8601 date to schedule the workflow for future execution.
"2026-05-01T09:00:00Z"
Workflow started successfully
Indicates the workflow was started successfully
true true
Unique identifier for this workflow. Pass it back to the matching status endpoint (GET /v1/ai/workspace/{website|page|blog}/status/{workflow_id}) to poll progress.
"wf_abc123xyz789"