Wispr AI Analytics Registry API is one of 50 APIs that Wispr AI publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
Tagged areas include Analytics Registry. The published artifact set on APIs.io includes an OpenAPI specification.
This API exposes
7 operations
across 5 paths,
and defines 12 schemas.
It is described by OpenAPI 3.0.3, at version 0.5.2.
Requests are made against the base URL https://api.wisprflow.ai.
7 operations5 paths12 schemas3 GET1 PATCH3 POST
Metadata
The identity and technical contract details declared by the specification.
Specification
OpenAPI 3.0.3
API Version
0.5.2
Base URL
https://api.wisprflow.ai
Authentication
API Key, API Key
Resource Areas
1
Authentication & Security 2
Wispr AI Analytics Registry API declares
2 security schemes
for authenticating requests.
An API key is passed in the header as Authorization (ApiKeyHeaderPatched).
An API key is passed in the header as X-API-Key (APIKeyHeader).
Paths & Operations 7
Across 5 paths, the API surfaces 7 operations — 3 GET, 1 PATCH, 3 POST. Each is listed below with its method, path, parameters, and response codes.
The contract defines 12 schemas that model the data the API accepts and returns. The most detailed are AnalyticsEventResponse (16 properties), ChangeSetResponse (8 properties), AnalyticsEventUpdate (7 properties), AnalyticsEventBase (7 properties). Each schema is shown below with its type and property counts.
AnalyticsPlatform
string
Client platform an analytics event is emitted from.
AnalyticsEventUpdate
object
Partial-update payload for an existing analytics event, keyed by id.
7 properties1 required
ChangeSetStatus
string
Status of a change set within the publish pipeline.
AnalyticsEventStatus
string
Client-implementation status of an analytics event.
BatchSaveRequest
object
Batch of event creates and updates to apply in one request.
2 properties
AnalyticsLifecycleState
string
Lifecycle stage of an analytics event definition.
ValidationError
object
5 properties3 required
AnalyticsEventBase
object
Shared analytics event fields used as the create payload.
7 properties1 required
ChangeSetResponse
object
A registry change set with its status, snapshot, and audit fields.
8 properties6 required
AnalyticsEventResponse
object
A fully hydrated analytics event, including audit and status fields.
16 properties8 required
BatchSaveResponse
object
Result of a batch save: created and updated events plus any errors.
3 properties
HTTPValidationError
object
1 property
Specification
The full machine-readable OpenAPI contract behind this narrative.