PyannoteAI website screenshot

PyannoteAI

pyannoteAI builds speaker intelligence infrastructure for voice AI: a hosted REST and WebSocket API that answers "who spoke when" (speaker diarization) and "who is speaking" (speaker identification via voiceprints) for both batch audio files and live streams. The company commercializes the widely adopted open-source pyannote.audio library, offering batch diarization, real-time streaming diarization over a WebSocket gateway, voiceprint enrollment and matching, and speech-to-text orchestration that returns speaker-attributed transcripts in a single call. Developers authenticate with a bearer API key, submit asynchronous jobs, and receive results by polling or signed webhooks.

PyannoteAI publishes 3 APIs on the APIs.io network, including Media API, Streaming API, and 1 more. Tagged areas include Company, Ai Data, Speech Recognition, Speaker Diarization, and Audio.

The PyannoteAI catalog on APIs.io includes 2 event-driven AsyncAPI specifications.

PyannoteAI’s developer surface includes documentation, API reference, getting-started guide, authentication, support, engineering blog, pricing, and 28 more developer resources.

60.8/100 strong ▬ flat Agent 35/100 agent ready saas Full breakdown ↓
scored 2026-09-08 · rubric v0.20.0
AccessFreemiumSelf serve⚡ Free to try
2 APIs 1 MCP Servers
CompanyAi DataSpeech RecognitionSpeaker DiarizationAudioVoice AIMachine-LearningTranscriptionStreamingWebhook

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-08 · rubric v0.20.0
Create-or-Update Ergonomics applies to this provider. This API accepts writes, so it carries 10 points of the composite. It is scored from the published contracts themselves: whether a caller can create-or-update in one call, whether the write accepts a key the caller already holds, and whether the response says which branch ran. Without that, every write needs a search-and-branch in front of it, and the first time that check is skipped a duplicate record is created. Scored against the observed mean rather than raw — a provider at the catalog average is unchanged by this facet, not penalised by it.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/pyannoteai: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 3

Individual APIs this provider publishes, each with its own machine-readable definition.

PyannoteAI API

The Api API from PyannoteAI — 6 operation(s) for api.

PyannoteAI Media API

The Media API from PyannoteAI — 2 operation(s) for media.

PyannoteAI Streaming API

The Streaming API from PyannoteAI — 2 operation(s) for streaming.

MCP Servers 1

Model Context Protocol servers that expose these APIs to AI agents.

pyannoteAI

MCP SERVER

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Pyannoteai Rate Limits

3 limits

RATE LIMITS

Event Specifications 2

AsyncAPI definitions for this provider's event-driven and streaming APIs.

pyannoteAI WebSocket Gateway API

Streaming WebSocket gateway for real-time speaker diarization.

ASYNCAPI

Security Posture 3

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Pyannoteai Authentication

http · 1 scheme

SECURITY

Pyannoteai Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Pyannoteai Trust Center

HIPAA, GDPR

SECURITY

Resources

Get Started 4

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 4

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 6

Pagination, idempotency, versioning, errors, and events

Build 3

SDKs, sample code, and the tooling you integrate with

Access & Security 5

Authentication, authorization, and security posture

Operate 3

Status, limits, changes, and where to get help

Commercial 4

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Other 2

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: pyannoteai
name: PyannoteAI
description: 'pyannoteAI builds speaker intelligence infrastructure for voice AI: a hosted REST and WebSocket API that answers
  "who spoke when" (speaker diarization) and "who is speaking" (speaker identification via voiceprints) for both batch audio
  files and live streams. The company commercializes the widely adopted open-source pyannote.audio library, offering batch
  diarization, real-time streaming diarization over a WebSocket gateway, voiceprint enrollment and matching, and speech-to-text
  orchestration that returns speaker-attributed transcripts in a single call. Developers authenticate with a bearer API key,
  submit asynchronous jobs, and receive results by polling or signed webhooks.'
deliveryModel:
  model: saas
  open_source: false
  commercial: true
  callable_host: true
  label: Hosted service · you call their endpoint
  confidence: high
  source:
  - openapi
  - pricing
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: freemium
  onboarding: self-serve
  trial: false
  try_now: true
  public: false
  label: Freemium · Self-serve signup
  confidence: high
  source:
  - plans
  - authentication
  - rate-limits
  - security
  generated: '2026-09-02'
  method: derived
image: https://framerusercontent.com/images/myoVIwP9SQzshWrwvnPNrwVIn8.png
url: https://raw.githubusercontent.com/api-evangelist/pyannoteai/refs/heads/main/apis.yml
x-type: company
x-source: serena-portfolio
specificationVersion: '0.23'
created: '2026-08-17'
modified: '2026-08-17'
tags:
- Company
- Ai Data
- Speech Recognition
- Speaker Diarization
- Audio
- Voice AI
- Machine-Learning
- Transcription
- Streaming
- Webhook
tags_raw:
- Company
- Ai Data
- Speech Recognition
- Speaker Diarization
- Audio
- Voice AI
- Machine Learning
- Transcription
- Streaming
- Webhooks
apis:
- aid: pyannoteai:pyannoteai-api-api
  name: PyannoteAI API
  description: The Api API from PyannoteAI — 6 operation(s) for api.
  humanURL: https://docs.pyannote.ai/
  baseURL: https://api.pyannote.ai
  tags: []
  tags_raw:
  - Api
  properties:
  - type: OpenAPI
    url: openapi/pyannoteai-api-api-openapi.yml
  - type: AsyncAPI
    url: asyncapi/pyannoteai-streaming-asyncapi.yml
  - type: ToolCrosswalk
    url: mcp/pyannoteai-tool-crosswalk.yml
  - type: Documentation
    url: https://docs.pyannote.ai/
  - type: APIReference
    url: https://docs.pyannote.ai/api-reference/test
- aid: pyannoteai:pyannoteai-media-api
  name: PyannoteAI Media API
  description: The Media API from PyannoteAI — 2 operation(s) for media.
  humanURL: https://docs.pyannote.ai/
  baseURL: https://api.pyannote.ai
  tags:
  - Media
  properties:
  - type: OpenAPI
    url: openapi/pyannoteai-media-api-openapi.yml
  - type: AsyncAPI
    url: asyncapi/pyannoteai-streaming-asyncapi.yml
  - type: ToolCrosswalk
    url: mcp/pyannoteai-tool-crosswalk.yml
  - type: Documentation
    url: https://docs.pyannote.ai/
  - type: APIReference
    url: https://docs.pyannote.ai/api-reference/test
- aid: pyannoteai:pyannoteai-streaming-api
  name: PyannoteAI Streaming API
  description: The Streaming API from PyannoteAI — 2 operation(s) for streaming.
  humanURL: https://docs.pyannote.ai/
  baseURL: https://api.pyannote.ai
  tags:
  - Streaming
  properties:
  - type: OpenAPI
    url: openapi/pyannoteai-streaming-api-openapi.yml
  - type: AsyncAPI
    url: asyncapi/pyannoteai-streaming-asyncapi.yml
  - type: ToolCrosswalk
    url: mcp/pyannoteai-tool-crosswalk.yml
  - type: Documentation
    url: https://docs.pyannote.ai/
  - type: APIReference
    url: https://docs.pyannote.ai/api-reference/test
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
common:
- type: Overlay
  url: overlays/pyannoteai-api-overlay.yaml
- type: TrustCenter
  url: security/pyannoteai-trust-center.yml
- type: DomainSecurity
  url: security/pyannoteai-domain-security.yml
- type: Website
  url: https://pyannote.ai/
- type: DeveloperPortal
  url: https://docs.pyannote.ai/
- type: Documentation
  url: https://docs.pyannote.ai/
- type: APIReference
  url: https://docs.pyannote.ai/api-reference/test
- type: GettingStarted
  url: https://docs.pyannote.ai/quickstart
- type: Authentication
  url: authentication/pyannoteai-authentication.yml
- type: Support
  url: https://docs.pyannote.ai/support/faqs
- type: Blog
  url: https://www.pyannote.ai/blog
- type: GitHubOrganization
  url: https://github.com/pyannote
- type: Pricing
  url: https://www.pyannote.ai/pricing
- type: SignUp
  url: https://dashboard.pyannote.ai
- type: TermsOfService
  url: https://pyannote.ai/terms-of-use
- type: PrivacyPolicy
  url: https://pyannote.ai/privacy-policy
- type: StatusPage
  url: https://status.pyannote.ai
- type: TrustCenter
  url: https://trust.pyannote.ai
- type: Compliance
  url: https://trust.pyannote.ai
- type: Sandbox
  url: sandbox/pyannoteai-sandbox.yml
- type: Packages
  url: packages/pyannoteai-packages.yml
- type: SDKs
  url: packages/pyannoteai-packages.yml
- type: MCPServer
  url: mcp/pyannoteai-mcp.yml
- type: AgentCard
  url: a2a/pyannoteai-a2a.yml
- type: AgentSkill
  url: skills/_index.yml
- type: LLMsTxt
  url: llms/pyannoteai-llms.txt
- type: WellKnown
  url: well-known/pyannoteai-well-known.yml
- type: Webhooks
  url: asyncapi/pyannoteai-webhooks.yml
- type: Conventions
  url: conventions/pyannoteai-conventions.yml
- type: ErrorCatalog
  url: errors/pyannoteai-problem-types.yml
- type: Lifecycle
  url: lifecycle/pyannoteai-lifecycle.yml
- type: Conformance
  url: conformance/pyannoteai-conformance.yml
- type: DataModel
  url: data-model/pyannoteai-data-model.yml
- type: RateLimits
  url: rate-limits/pyannoteai-rate-limits.yml
- type: Plans
  url: plans/pyannoteai-plans-pricing.yml

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/pyannoteai"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/pyannoteai/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/pyannoteai/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.