Skip to main content
Turn a one-line app idea into real App Store evidence. Instead of guessing, this endpoint searches the live store for direct competitors (with revenue and download estimates), measures keyword demand vs ranking difficulty, mines recurring complaints from competitor reviews, then synthesizes a verdict (0–100) and a go-to-market / ASO starter pack with an LLM. The work runs asynchronously on a background job, so POST /v1/validate-idea returns a jobId immediately (HTTP 202). Poll GET /v1/validate-idea/jobs/:jobId for the full result.
Every number in the result is grounded in live App Store data — competitor revenue, keyword difficulty, and verbatim user complaints — not the model’s prior. The LLM is instructed to reason from the gathered evidence.

Create a run

Request Body

Cost is metered at a flat 12 credits per run (one idea-parse call, several App Store lookups, and two synthesis LLM calls). The poll endpoint is free.

Code Examples

Response (202 Accepted)


Poll for the result

Response

Job Fields

Result Fields


MCP Tools


Errors