Create Blog Post
create_blogInitiate asynchronous creation of an AI-generated blog post for a website. Returns a workflow_id to poll for completion status.
Instructions
Create an AI-generated blog post on a website. Starts an asynchronous workflow and returns a workflow_id immediately — poll check_blog_status with that id to track progress and get the final result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| website_id | Yes | The website ID | |
| prompt | Yes | Describe the blog post to create | |
| schedule_at | No | Optional ISO 8601 datetime to schedule for later |