openapi: 3.1.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
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