API overview

Last updated: Aug 10, 2025

Authentification

To use our services, provide your API-key in the X-Apikey header.

Endpoints

GET /assessment

Description

This is the main endpoint of our service. Provided a string containing the app-idea, it will return a response with a qualified assessment on whether the idea requires AI to be implemented.

Usage

The endpoint exepects the app-idea base64 encoded as a queryparam named — well — query. An exemple request might look like this:
curl "https://app-analyzer.stupid-ideas.com/assessment?query=SGV5IHRoZXJl" -H "X-Apikey: YOUR-API-KEY"

Responses

200 - Successful
Returns a json in the following format: { "requireAI": boolean, "reason": string } .
4XX - Client Errors
Our service may return a 4XX error according to the specification.
5XX - Server Errors
Our service does not emit any 5XX errors.