Wispr AI Notification 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 Notification. The published artifact set on APIs.io includes an OpenAPI specification.
This API exposes
8 operations
across 8 paths,
and defines 11 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.
8 operations8 paths11 schemas1 DELETE1 GET6 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 Notification 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 8
Across 8 paths, the API surfaces 8 operations — 1 DELETE, 1 GET, 6 POST. Each is listed below with its method, path, parameters, and response codes.
Notification 8
GET
/api/v1/notification
Get Notifications
get_notifications5 params→ 200422
POST
/api/v1/notification/archive
Archive Notification
archive_notificationbody→ 200422
POST
/api/v1/notification/archive_all
Archive All Notifications
archive_all_notifications→ 200
POST
/api/v1/notification/create
Create Notification
create_notificationbody→ 201422
POST
/api/v1/notification/internal/create
Create Internal Notification
create_internal_notificationbody→ 201422
DELETE
/api/v1/notification/internal/{notification_id}
Delete Notification
delete_notification1 param→ 200422
POST
/api/v1/notification/internal/announce
Create Announcement
create_announcementbody→ 201422
POST
/api/v1/notification/send-ios
Send Ios Download Link
send_ios_download_linkbody→ 200422
Schemas 11
The contract defines 11 schemas that model the data the API accepts and returns. The most detailed are NotificationResponse (10 properties), NotificationCreateRequest (7 properties), BulkAnnouncementCreateRequest (6 properties), ValidationError (5 properties). Each schema is shown below with its type and property counts.
NotificationListResponse
object
A page of notifications with unread and total counts.
3 properties3 required
NotificationResponse
object
A single notification as returned to the client.
10 properties10 required
NotificationPlatformType
string
Client platform(s) a notification targets.
SendSMSRequest
object
2 properties2 required
ValidationError
object
5 properties3 required
InternalNotificationCreateRequest
object
Internal admin request to send a notification to specific email addresses.
2 properties2 required
BulkAnnouncementCreateRequest
object
Internal admin request to broadcast an announcement notification to all users.
6 properties1 required
ArchiveNotificationRequest
object
Request to archive a set of notifications by id.
1 property1 required
NotificationCreateRequest
object
Request body describing a notification to create.
7 properties2 required
NotificationType
string
Category of a user notification.
HTTPValidationError
object
1 property
Specification
The full machine-readable OpenAPI contract behind this narrative.