Prompts
List the tracked prompts behind a domain's scans, and pin or unpin your own.
Prompts are the questions SurfacedBy puts to AI platforms on your behalf. The default set is curated automatically from your domain and keywords. Pinned prompts are ones you have explicitly chosen to keep across every scan, so trend charts stay stable even as the rest of the prompt mix rotates.
Listing is available on Professional and Business. Pinning and unpinning are write operations and require a Business key.
GET
/
domains/{domain_id}/promptsPath Parameters
domain_idRequiredDomain Id
Query Parameters
cursorCursor
Header Parameters
X-API-KeyX-Api-Key
Successful Response
POST
/
domains/{domain_id}/promptsRequest Body
application/jsonRequired[key: string]any
Path Parameters
domain_idRequiredDomain Id
Header Parameters
X-API-KeyX-Api-Key
Idempotency-KeyIdempotency-Key
Successful Response
DELETE
/
domains/{domain_id}/prompts/{prompt_id}Path Parameters
domain_idRequiredDomain Id
prompt_idRequiredPrompt Id
Header Parameters
X-API-KeyX-Api-Key
Idempotency-KeyIdempotency-Key
Successful Response