Skip to main content
POST
Create Prompt

Authorizations

X-API-Key
string
header
required

API key for authentication. Get yours from the Promptwatch dashboard under Settings > API Keys.

Body

application/json
prompt
string
required

The prompt text

Minimum string length: 1
llmMonitorId
string<uuid>
required

Monitor to attach prompt to

type
enum<string>
required

Type of prompt

Available options:
ORGANIC,
BRAND_SPECIFIC,
COMPETITOR_COMPARISON
intent
enum<string> | null

Intent of the prompt

Available options:
BRANDED,
INFORMATIONAL,
NAVIGATIONAL,
COMMERCIAL,
TRANSACTIONAL
languageCode
string
default:en-US

Language code

keywords
string[]

Optional keywords

tags
string[]

Optional tag names

isActive
boolean
default:true

Whether prompt is active

Response

Default Response

id
string<uuid>
required
prompt
string
required
type
string
required
isActive
boolean
required
llmMonitorId
string<uuid>
required
createdAt
string<date-time>
required
intent
string | null
languageCode
string