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 Teams API

The Teams API from Wispr AI — 8 operation(s) for teams.

Wispr AI Teams 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 Teams. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 10 operations across 8 paths, and defines 13 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.

10 operations 8 paths 13 schemas 1 DELETE3 GET3 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 Teams 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 10

Across 8 paths, the API surfaces 10 operations — 1 DELETE, 3 GET, 3 PATCH, 3 POST. Each is listed below with its method, path, parameters, and response codes.

Teams 10
POST
/api/v1/cost-centers/{cost_center_id}/teams
Create Team
create_team 1 param body → 201422
GET
/api/v1/enterprise/{enterprise_id}/teams
List Teams
list_teams 1 param → 200422
GET
/api/v1/teams/{team_id}
Get Team
get_team 1 param → 200422
PATCH
/api/v1/teams/{team_id}
Update Team
update_team 1 param body → 200422
DELETE
/api/v1/teams/{team_id}
Disband Team
disband_team 1 param → 204422
POST
/api/v1/teams/{team_id}/members
Move Member To Team
move_member_to_team 1 param body → 200422
PATCH
/api/v1/teams/{team_id}/members/{user_id}
Update Team Member Role
update_team_member_role 2 params body → 200422
PATCH
/api/v1/teams/{team_id}/cost-center
Move Team To Cost Center
move_team_to_cost_center 1 param body → 200422
POST
/api/v1/teams/{team_id}/join
Join Team
join_team 1 param → 200422
GET
/api/v1/me/active-cost-center
Get Active Cost Center For Caller
get_active_cost_center_for_caller → 200

Schemas 13

The contract defines 13 schemas that model the data the API accepts and returns. The most detailed are ActiveCostCenterMemberResponse (9 properties), TeamResponse (9 properties), ActiveCostCenterResponse (5 properties), ValidationError (5 properties). Each schema is shown below with its type and property counts.

TeamResponse
object
Team details with live member count.
9 properties 8 required
ActiveCostCenterMemberResponse
object
One active member of a team in the caller's current cost center. Powers the cost-center-scoped member picker in the create-department dialog: callers can pull…
9 properties 9 required
MoveMemberRequest
object
Pull an existing enterprise user into this team from whichever team they're on now.
1 property 1 required
UpdateTeamRequest
object
1 property 1 required
TeamListResponse
object
1 property 1 required
CreateTeamRequest
object
3 properties 1 required
ValidationError
object
5 properties 3 required
MoveTeamToCostCenterRequest
object
Reassign a team to a different cost center within the same enterprise.
1 property 1 required
ActiveCostCenterResponse
object
Caller's active cost center plus all active members of teams within it. Returned by GET /me/active-cost-center. The create-department dialog uses members (excl…
5 properties 5 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…
UpdateTeamMemberRoleRequest
object
Set the per-team membership role for a user already on the team.
1 property 1 required
TeamMembershipResponse
object
A single UserTeamMembership row exposed to admin clients.
3 properties 3 required
HTTPValidationError
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

wispr-ai-teams-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 Automations 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