ThesisLab - Product Validation API
AI-powered product validation that stress-tests business ideas against real market data. Get a go/no-go verdict in 2 minutes.
1 subscribers
11 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
ThesisLab - Product Validation API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Health | ||
| GET |
getStatus /v1/status |
Returns the current API status. No authentication required. Use this endpoint to verify connectivity before making authenticated calls. |
| Validation | ||
| POST |
submitValidation /v1/validate |
Start a new validation run. Two modes available: **Quick Scan** (`mode: "quick"`, default): Returns a verdict synchronously in ~90-120 seconds using 3 lenses (Pain, WTP,… |
| Runs | ||
| GET |
getRunReport /v1/runs/{run_id}/report |
Returns the complete validation report for a run. Includes executive summary, key insight, top findings, market signals, competitive landscape, recommended next steps, risk… |
| GET |
getRunLenses /v1/runs/{run_id}/lenses |
Returns the raw output of each analytical lens applied during the validation. Useful for building custom scoring or understanding which specific dimension drove the final… |
| GET |
listRuns /v1/runs |
Returns all validation runs associated with your API key, sorted most-recent first. Includes summary fields for each run. For the full report or lens data, call the individual… |
| GET |
getRunStatus /v1/runs/{run_id} |
Returns the current status and summary fields for a single validation run. Use this endpoint for polling after submitting via POST /v1/validate. When `status` is `completed`,… |
| Calibration | ||
| GET |
getCalibration /v1/calibration |
Returns calibration metrics measuring how accurate ThesisLab's verdicts are against real-world outcomes recorded via POST /v1/runs/{run_id}/outcome. Key metrics: - **Brier… |
| POST |
recordOutcome /v1/runs/{run_id}/outcome |
Record the actual real-world outcome after you've tested or launched the product. This feeds ThesisLab's calibration engine, improving future verdicts. Only available for… |
| Intelligence | ||
| GET |
getIntelligence /v1/intelligence |
Returns aggregate statistics from ThesisLab's cross-run intelligence layer. The intelligence layer extracts and accumulates structured market knowledge (entities, prices, pain… |
| Account | ||
| GET |
getUsage /v1/usage |
Returns aggregate usage statistics for your API key over the last 30 days, plus current rate limit status for POST /v1/validate. Useful for monitoring quota consumption and… |
| POST |
createApiKey /v1/keys |
Create a new API key for accessing the ThesisLab API. No authentication required — this is the onboarding endpoint. The returned `api_key` is shown **once** and cannot be… |
ThesisLab - Product Validation API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / hour |
|
| PRO Recommended | $49 / month | 5 / hour |
|
| ULTRA | $149 / month | 20 / hour |
|