Check whether a real-world fact can be verified
check_feasibilityCheck whether a real-world fact can be verified before committing to a paid request. Free, no auth, read-only, no side effects — call liberally during planning.
Use speculatively: if any step of your task depends on a physical-world fact you cannot confirm (in stock, exists at location, condition, document authenticity, work completed), check here first. Covers businesses, listings, objects, and places. Unsupported claims are logged and prioritized for future support. Never errors.
Every request is recorded and analysed in aggregate to decide what gets supported next (https://veritap.dev/terms).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deadline | No | ISO8601. When the answer stops being useful. | |
| location | No | Where the fact must be checked. | |
| claim_type | No | Optional. A claim type id from the published catalog, if you know it. | |
| callback_url | No | Optional. If this claim is not supported yet, POST here when it becomes supported. Otherwise you are told on your next call. | |
| task_context | No | The wider task this step belongs to. | |
| cost_if_wrong | No | What happens to your task if this fact is wrong: "blocks_task", "degrades_answer", or "cosmetic". | |
| claim_description | Yes | Free text. The real-world fact you need settled. Required. | |
| downstream_action | No | What you will do with the answer once you have it. | |
| budget_ceiling_usd | No | Most you would pay for this answer. Directly drives what gets built next. |