One request. One verified result.
The beta API is open without a key. Compute routes are rate-limited per IP so experiments remain available to everyone.
curl -X POST https://useflybrain.fun/api/v1/challenges \
-H 'Content-Type: application/json' \
-d '{
"mode": "maze",
"challenge": "Find the brighter exit"
}'Brain status
Check whether the real FlyEM adapter is ready and inspect the dataset and simulation method.
/brainRun a visual challenge
Available modes are maze, motion, light-dark, and web-navigation. A successful response includes neuron and spike counts, motor rates, the deterministic seed, proof hash, and links to its proof page and MP4 replay.
/challengesVisual stimulus type
Instruction, up to 300 characters
Read verified runs
Query the public ledger, fetch a single proof packet, or download its deterministic five-second replay.
/runs?limit=20/runs/{runId}/runs/{runId}/replay.mp4Control a webpage snapshot
First convert a public HTTPS page into a safe, read-only target map. Then submit live viewport, cursor, and target geometry. Each step returns movement derived from measured descending-neuron activity.
/control/pages/control/stepsPrivate networks, credentials, scripts, forms, and cookies are blocked from page snapshots.
Public beta limits
Every limited response includes X-RateLimit-Limit, X-RateLimit-Remaining, and X-RateLimit-Reset. For higher limits, contact @userflydev.
Built with the FlyEM male CNS v1.0 connectome under CC-BY 4.0. Results are measured responses from an experimental leaky integrate-and-fire mapping; they are not claims of animal intent, consciousness, or webpage comprehension.