Wispr AI Enterprise 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 Enterprise. The published artifact set on APIs.io includes an OpenAPI specification.
This API exposes
47 operations
across 41 paths,
and defines 45 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.
47 operations41 paths45 schemas5 DELETE19 GET5 PATCH18 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 Enterprise 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 47
Across 41 paths, the API surfaces 47 operations — 5 DELETE, 19 GET, 5 PATCH, 18 POST. Each is listed below with its method, path, parameters, and response codes.
The contract defines 45 schemas that model the data the API accepts and returns. The most detailed are JoinRequest (17 properties), EnterpriseMemberRowResponse (15 properties), EnterpriseMemberDetailResponse (15 properties), DomainVerificationStatus (11 properties). Each schema is shown below with its type and property counts.
DomainCapturePolicy
string
Whether unclaimed users on a verified domain are required to request to join the enterprise. unset indicates the admin has not chosen a policy — distinct from…
AuditLogEntry
object
One derived audit event for the enterprise admin audit log.
11 properties11 required
SelfInviteResponse
object
Response model for self-invite endpoint
2 properties1 required
BulkInviteRequest
object
1 property1 required
CreateEnterpriseRequestNew
object
2 properties1 required
EnterpriseMemberRowResponse
object
One row of the admin-portal enterprise members table. trialEndsAt is set only when status == "trialing"; the field is omitted (None) for active members. lastUs…
15 properties14 required
ListDomainVerificationsResponse
object
Response returned by the admin GET /domains/verifications endpoint.
1 property1 required
BulkInviteResponse
object
Response model for bulk invite operation
2 properties2 required
HTTPValidationError
object
1 property
InviteRequest
object
2 properties1 required
AcceptJoinRequestRequest
object
1 property1 required
AuditLogTableResponse
object
Paginated audit-log payload. total is the filtered event count before pagination.
2 properties2 required
InvitesResponse
object
Response model for list of invitations
1 property1 required
MyCurrentIpResponse
object
Response for GET /api/v1/enterprise/my-current-ip — returns the caller's anti-spoofed egress IP.
1 property1 required
BulkInviteFailedItem
object
Response model for a failed bulk invite item
2 properties2 required
ContactAdminResponse
object
Response model for contact admin endpoint
1 property1 required
UpdateEnterpriseRequest
object
2 properties
DomainVerificationStatus
object
Per-domain verification state returned by the enterprise and internal APIs. The record field is populated only on superadmin (internal) reads while the domain…
11 properties11 required
UpdateDomainCapturePolicyRequest
object
1 property1 required
CheckEnterpriseEligibilityRequest
object
1 property1 required
BulkAcceptJoinRequestRequest
object
1 property1 required
EnterpriseMembersTableResponse
object
Paginated payload for GET /api/v1/enterprise/members/table. total reflects the count after search/status/team filters but before pagination — the frontend uses…
2 properties2 required
DeleteJoinRequestRequest
object
1 property1 required
ValidationError
object
5 properties3 required
DomainVerificationRecord
object
TXT record the customer must publish to prove ownership of a domain.
3 properties3 required
MemberResponse
object
Response model for a single enterprise member. NOTE: firstName, lastName, email, role, and avatarUrl are Optional because the underlying User columns (firstnam…
11 properties9 required
EnterpriseMembersCountResponse
object
Payload for GET /api/v1/enterprise/members/count. total ignores search/status/team filters. It still respects the protected-enterprise admin-roles restriction…
1 property1 required
TeamMemberRole
string
Per-team membership role stored in UserTeamMembership.role. Distinct from the enterprise-level role on User.enterpriserole — a user can be an enterprise supera…
AcceptEnterpriseInviteRequest
object
1 property1 required
RevokeInvitationRequest
object
1 property
UpdateMemberRoleRequest
object
1 property
AcceptTeamInviteLinkRequest
object
1 property1 required
EnterpriseMemberDetailResponse
object
Payload for GET /api/v1/enterprise/members/{userid}. Inherits the full row shape (so a frontend can populate the detail header from a cached row optimistically…
15 properties14 required
JoinRequest
object
Response model for an enterprise join request
17 properties10 required
InviteStatus
string
Status of an enterprise invitation
InviteResponse
object
Response model for a single invitation
10 properties6 required
UpdateEnterpriseSettingsRequest
object
1 property1 required
MembersResponse
object
Response model for list of enterprise members
1 property1 required
SelfInviteRequest
object
Request model for self-invite to enterprise
1 property1 required
AuditAction
string
The audit events v1 derives at read time from existing enterprise tables.
ContactAdminRequest
object
Request model for contacting enterprise admins
2 properties1 required
TeamInviteLinkResponse
object
Response model for a team invite link
3 properties3 required
EnterpriseRole
string
SignHipaaBaaRequest
object
1 property1 required
DomainVerificationInitiateResponse
object
Response returned by the superadmin initiate-verification endpoint. Narrower than :class:DomainVerificationStatus — does not expose check counters or capture p…
7 properties7 required
Specification
The full machine-readable OpenAPI contract behind this narrative.