Do
check_prompt
POSTExactly 1 checkscan:runopen world
Tests one prompt across engines without tracking it. confirm defaults false (quote only). Costs exactly 1 check when confirm is true. On confirm, returns by_engine (this prompt's mention_kind per engine) and scores_by_engine (updated 0–100 recommendation share).
When to use
to try a query before adding it to monitoring.
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
prompt | string | yes | — | — |
business_id | string | yes | — | Scope business ID |
confirm | boolean | no | false | If false, return a quote only |
idempotency_key | string | no | — | Stable caller-provided idempotency key |
REST path: POST /v1/check_prompt · All tools