API

Prompts

Manage monitoring prompts and bulk operations

Prompts are the questions sent to AI platforms to monitor your brand's visibility.

List Prompts

GET /properties/:id/prompts

Returns all prompts for a property with pagination support.

Query parameters

ParamTypeDefaultDescription
pagenumber1Page number
limitnumber50Items per page
statusstringallFilter by status: tracked, rejected, pending

Create Prompt

POST /properties/:id/prompts

Add a new monitoring prompt to a property.

Request body

FieldTypeRequiredDescription
textstringYesThe prompt text to monitor
categorystringNoIntent category (informational, transactional, comparison)

Bulk Operations

POST /properties/:id/prompts/bulk

Perform bulk operations on prompts — track, reject, or delete multiple prompts at once.

Request body

FieldTypeRequiredDescription
actionstringYestrack, reject, or delete
promptIdsstring[]YesArray of prompt IDs to act on