Wispr AI Automations 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 Automations. The published artifact set on APIs.io includes an OpenAPI specification.
This API exposes
3 operations
across 3 paths,
and defines 9 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.
3 operations3 paths9 schemas3 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 Automations 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 3
Across 3 paths, the API surfaces 3 operations — 3 POST. Each is listed below with its method, path, parameters, and response codes.
Automations 3
POST
/api/v1/automations/sync
Sync Automations
sync_automationsbody→ 200429422
POST
/api/v1/automations/send-email
Send Email
send_emailbody→ 200429503422
POST
/api/v1/automations/add-calendar
Add Calendar Event
add_calendar_eventbody→ 200429503422
Schemas 9
The contract defines 9 schemas that model the data the API accepts and returns. The most detailed are AutomationOut (6 properties), ValidationError (5 properties), AutomationAddCalendarRequest (5 properties), AutomationSyncResponse (3 properties). Each schema is shown below with its type and property counts.
SendEmailResponse
object
Result of sending mail via a connector. successful is the only payload; error carries a stable code the client maps to a toast (see GoogleAutomationsConnector.…
2 properties1 required
AutomationSendEmailRequest
object
Body for POST /api/v1/automations/send-email — sends mail via the user's connected Google Automations account. Recipients are caller-supplied; the sender is al…
3 properties3 required
AutomationSyncResponse
object
Response for POST /api/v1/automations/sync. automations is the server→client pull. synctime is the server snapshot high-water mark (Unix ms); the client persis…
3 properties2 required
AutomationAddCalendarRequest
object
Body for POST /api/v1/automations/add-calendar — creates an event on the user's connected Google Automations account. start/end are ISO 8601 datetimes (a bare…
5 properties3 required
ValidationError
object
5 properties3 required
AutomationOut
object
One automation a managed agent determined for an entity (sendemail / addcalendar / noaction). (entitykind, entityid) is the polymorphic target — 'todo' here, b…
6 properties6 required
AutomationSyncRequest
object
Envelope for POST /api/v1/automations/sync. Pull-only: automations are server-authored (written by the managed-agent completion handler), so there is NO pushed…
3 properties
AddCalendarEventResponse
object
Result of creating a calendar event via a connector. successful is the only payload; error carries a stable code the client maps to a toast (see GoogleAutomati…
2 properties1 required
HTTPValidationError
object
1 property
Specification
The full machine-readable OpenAPI contract behind this narrative.