NEURO API / BIOLOGY, CONNECTED.

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 BECOME

One little brain.
Very different worlds.

These projects use the same Neuro API.
Open one. Try it. Take a look inside.

FOR THE CURIOUS. AND THE BUILDERS.

The connection is real.
The next idea is yours.

Start building
Under the hood Try a request. Read the response.INTERACTIVE / V1
FROM THE LAB TO YOUR WORLD

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.

Read the documentation

30 requests per minute. Each request is an independent experiment. Matching settings and seeds reproduce the same neural result.

Model details & limits
JavaScript / 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 IDEA

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.