Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.
openapi: 3.2.0
info:
title: Human Crash Baselines Compute Manifest API
description: Compute human crash-rate baselines over filterable crash and exposure data. The versioned, API-key-authenticated public surface lives under `/v1`; call `GET /v1/filters` to discover every filter and valid value. Send your key via the `X-API-Key` header.
version: 0.1.3
servers:
- url: https://humanbaselines.com/v1
description: Base URL declared by the provider in apis.yml (roadmap#122).
tags:
- name: Manifest
paths:
/manifest:
get:
summary: Get Manifest
operationId: get_manifest_manifest_get
responses:
'200':
description: Successful Response
content:
application/json:
schema:
additionalProperties: true
type: object
title: Response Get Manifest Manifest Get
tags:
- Manifest