NEURO API / BIOLOGY, CONNECTED.A fly brain.
A fly brain.
Outside the lab.
Games with a reflex. Art that reacts.
Connect your idea to a fruit fly’s neural response.
FREE ALPHANO API KEY10 STIMULIOPEN TO BUILD
NEURO API / SIGNAL EXPLORERREADY TO CONNECT
01 / CHOOSE AN INPUT
02 / A RESPONSE YOUR PROJECT CAN USE
Movement—
Escape—
Feeding—
One click. Meet the connection.Send a real request. No code needed.
138,639NEURONS IN THE MODEL
10SENSORY INPUTS TO EXPLORE
03PROJECTS YOU CAN PLAY NOW
Built on open science THIS IS WHAT A CONNECTION CAN BECOMEOne little brain.
One little brain.
Very different worlds.
These projects use the same Neuro API.
Open one. Try it. Take a look inside.
HUMAN
vs FLY.
vs FLY.
01 / ARCADE DUEL
Can you beat a fly?
You bring the swatter. The API brings the escape reflex.
SIGNAL → LIGHT
02 / INTERACTIVE ART
A response made visible.
Neural activity becomes a world of 24,000 particles.
SENSE. REACT. KEEP GOING.
03 / REFLEX RUNNER
Instinct meets obstacle.
A scent sets the pace. A shadow triggers the jump.
FOR THE CURIOUS. AND THE BUILDERS.The connection is real.
Start building The connection is real.
The next idea is yours.
Under the hood Try a request. Read the response.INTERACTIVE / V1
FROM THE LAB TO YOUR WORLDOne small request.
Read the documentation
One small request.
A whole new reaction.
01
Send a stimulus
10 signals: taste, scent, vision, touch, sound and more.
02
Let the brain respond
Your experiment runs on our server.
03
Make something happen
Use the neural response in your own project.
30 requests per minute. Each request is an independent experiment. Matching settings and seeds reproduce the same neural result.
Model details & limitsJavaScript / Fetch
const response = await fetch(
"/api/v1/run",
{
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
stimulus: "loom",
intensity: 1,
duration_ms: 100,
seed: 42
})
}
);
if (!response.ok) throw new Error("Try again");
const brain = await response.json();
// Your project takes it from here.
console.log(brain.channels);SEND THE SELECTED SIGNAL
Send the selected signal to see its response.
FOR YOUR NEXT BIG IDEANeed more room
Need more room
to experiment?
Planning a larger project or more frequent responses? Tell us what you’re building and the capacity you need.
Project enquiries. Availability and limits are discussed individually.