Decisionproof Mini Demo
## What this API is Decisionproof Mini Demo is a minimal, marketplace-safe API surface for creating an asynchronous AI run and polling until completion to support decision-making processes of AI agents. It is designed to be used through RapidAPI Runtime. In practical terms, each run is processed asynchronously by a backend worker and returns a result artifact when completed. Representative…
Decisionproof Mini Demo endpoints
| Method | Endpoint | Description |
|---|---|---|
| demo | ||
| GET |
demo_run_get /v1/demo/runs/{run_id} |
Poll the status of a demo run. Returns COMPLETED with inline result and a fresh presigned download URL (TTL=600s). Min polling interval: BASIC 3s, PRO 2s. Max polls: BASIC 40,… |
| POST |
demo_run_create /v1/demo/runs |
Submit a question for AI-powered decision evaluation. Returns a run_id for polling. Auth: X-RapidAPI-Proxy-Secret + Bearer token. Plans: BASIC (6 POST/min, 1 concurrent) | PRO… |
Decisionproof Mini Demo pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $19 / month | — |
|