Skip to main content
The Bunker Longevity API exposes every model through a uniform REST surface. You deploy an instance, send a prediction request, and receive JSON back. The same three endpoints work for every model in the catalog.

Base URL

All requests must use HTTPS. HTTP requests are rejected.

Authentication

Every request must include a bearer token in the Authorization header.
See Authentication for how to generate keys, choose scopes, and rotate credentials.

Endpoints

See Deploy a model and Run inference for full request and response schemas.

Content type

All request bodies must be JSON with Content-Type: application/json. Responses are always JSON, including error responses.

Rate limits

Rate limits are applied per API key. You can inspect current usage in the response headers of any successful call: When you exceed the limit, the API returns 429 Too Many Requests. Retry with exponential backoff.

Errors

Errors return a JSON body with a code and message. See Errors for the full list of error codes.