Developer Reference
GeneLoop Bio API
Interactive docs generated from the same OpenAPI schema used to build the frontend SDK. Use this page to inspect endpoints, authenticate requests, and validate integrations before you ship.
Base URL
https://api.geneloop.bio
Authentication
Use a bearer token in the Authorization header. Some backend routes also accept X-Session-Token when you are operating with a session-bound integration.
Schema Source
This reference is served from the checked-in OpenAPI cache so docs stay available even if the backend is temporarily unavailable.
SDK Alignment
The frontend SDK is generated from this exact schema via openapi-ts, so docs and typed clients stay in sync.
Unauthenticated example
curl "https://api.geneloop.bio/health"Authenticated example
curl "https://api.geneloop.bio/auth/me" \
-H "Authorization: Bearer <api_key>"