Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Wispr AI Automations API

The Automations API from Wispr AI — 3 operation(s) for automations.

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 operations 3 paths 9 schemas 3 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_automations body → 200429422
POST
/api/v1/automations/send-email
Send Email
send_email body → 200429503422
POST
/api/v1/automations/add-calendar
Add Calendar Event
add_calendar_event body → 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 properties 1 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 properties 3 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 properties 2 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 properties 3 required
ValidationError
object
5 properties 3 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 properties 6 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 properties 1 required
HTTPValidationError
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

wispr-ai-automations-api-openapi.yml Raw ↑

Other APIs Wispr AI publishes across the network.

Wispr AI Analytics API
Wispr AI Analytics Registry API
Wispr AI Attribution Tracking API
Wispr AI Authentication API
Wispr AI Calendar API
Wispr AI Connectors API
Wispr AI Cost Centers API
Wispr AI Dash API
Wispr AI Dictionary API
Wispr AI Enterpret API
Wispr AI Enterprise API
Wispr AI Geo API