Skip to main content
POST
Create Prompts

Authorizations

x-api-key
string
header
required

API key for authentication. You can create one here.

Body

application/json
website_id
string<uuid>
required

Website to create the prompts on.

prompts
object[]
required
Required array length: 1 - 1000 elements
source
enum<string>

Attribution source (UI server action only; ignored for API-key callers).

Available options:
manual,
ai_generated,
bulk_upload

Response

Prompts created

success
boolean
required
Example:

true

count
integer
required
Example:

1

prompt_ids
string<uuid>[]
required