Skip to main content
POST
Create website with AI prompt

Authorizations

Authorization
string
header
required

Enter your API key (starts with lindo_sk_)

Body

application/json
prompt
string
required

AI prompt describing the website to create. Include all business data, requirements, and goals here.

Minimum string length: 10
Example:

"Create a modern landing page for a coffee shop called 'Bean There' with a warm color scheme"

Optional reference site to clone, enhance, or use for inspiration.

schedule_at
string

Optional ISO 8601 date to schedule the workflow for future execution. Must be in the future.

Example:

"2026-05-01T09:00:00Z"

client
object

Optional client to assign the website to. Provide either client_id (existing) or email (lookup or create).

Response

Workflow started successfully

success
enum<boolean>
required

Indicates the workflow was started successfully

Available options:
true
Example:

true

result
object
required