Pex

Pex (part of Vobile since April 2025) is a content-identification and digital-rights technology company whose APIs identify recordings, compositions, and AI-generated music across digital platforms. Pex operates three developer-facing APIs: a Discovery / DRM & CMS API (api.pex.com) for managing rights assets, monitoring infringing copies, and running takedowns; a real-time Search API for automatic content recognition (ACR) that fingerprints and matches audio even when it has been sped up, slowed down, pitch-shifted, or partially obscured against a registry of 120M+ indexed recordings; and an AI Song Detector API (api.ae.pex.com) that classifies whether a track was generated by an AI music model such as Suno, Udio, Boomy, or ElevenLabs. Pex also publishes a hosted MCP server (mcp.pex.com) exposing the AI Song Detector to agents. Customers include streaming platforms, distributors, publishers, production-music libraries, and collection societies.

Pex publishes 3 APIs on the APIs.io network. Tagged areas include Company, Developer Tools, Content Identification, Digital Rights Management, and Music.

Pex’s developer surface includes documentation, API reference, signup flow, authentication, changelog, engineering blog, support, and 16 more developer resources.

32.3/100 thin ▬ flat Agent 38/100 agent aware Full breakdown ↓
scored 2026-07-27 · rubric v0.5
AccessSelf serve
3 APIs 1 MCP Servers
CompanyDeveloper ToolsContent IdentificationDigital Rights ManagementMusicAudio RecognitionArtificial IntelligenceContent RecognitionMediaMCP

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-27 · rubric v0.5
Composite quality — 32.3/100 · thin
Contract Quality 0.0 / 25
Developer Ergonomics 14.8 / 20
Commercial Clarity 4.7 / 20
Operational Transparency 2.7 / 13
Governance 0.0 / 12
Discoverability 10.0 / 10
Agent readiness — 38/100 · agent aware
Machine-Readable Contract 0 / 18
Agentic Access Contract 0 / 15
MCP Server 12 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 8 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 0 / 7
Typed Event Surface 0 / 6
Agent Skills 5 / 5
Well-Known Catalog 4 / 4
Consent & Bot Identity 0 / 3
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/pex: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 3

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

Pex Discovery API

DRM, CMS, and content-monitoring API for managing rights assets, collections, and whitelists, tracking infringing copies across platforms, and running takedowns. Bearer API-key ...

Pex AI Song Detector API

Real-time API that classifies whether an audio track was created by an AI music generator (Suno, Udio, Boomy, ElevenLabs, and others) or a human artist, returning an is_ai flag,...

Pex Search API

Real-time automatic content recognition (ACR) API for identifying music from audio fingerprints against a registry of 120M+ recordings, resilient to tempo, pitch, and partial-ob...

MCP Servers 1

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

pex-mcp.yml

MCP SERVER

Security Posture 2

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

Pex Authentication

http/oauth2 · 3 schemes

SECURITY

Pex Domain Security

TLSv1.3 · HSTS · DNSSEC · DMARC

SECURITY

Resources

Get Started 3

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 4

Pagination, idempotency, versioning, errors, and events

Build 3

SDKs, sample code, and the tooling you integrate with

Access & Security 2

Authentication, authorization, and security posture

Operate 2

Status, limits, changes, and where to get help

Commercial 1

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: pex
name: Pex
description: 'Pex (part of Vobile since April 2025) is a content-identification and digital-rights technology company whose
  APIs identify recordings, compositions, and AI-generated music across digital platforms. Pex operates three developer-facing
  APIs: a Discovery / DRM & CMS API (api.pex.com) for managing rights assets, monitoring infringing copies, and running takedowns;
  a real-time Search API for automatic content recognition (ACR) that fingerprints and matches audio even when it has been
  sped up, slowed down, pitch-shifted, or partially obscured against a registry of 120M+ indexed recordings; and an AI Song
  Detector API (api.ae.pex.com) that classifies whether a track was generated by an AI music model such as Suno, Udio, Boomy,
  or ElevenLabs. Pex also publishes a hosted MCP server (mcp.pex.com) exposing the AI Song Detector to agents. Customers include
  streaming platforms, distributors, publishers, production-music libraries, and collection societies.'
accessModel:
  pricing: unknown
  onboarding: self-serve
  trial: false
  try_now: false
  public: false
  label: Self-serve signup
  confidence: medium
  source:
  - authentication
  generated: '2026-07-22'
  method: derived
image: https://pex.com/favicon.ico
url: https://raw.githubusercontent.com/api-evangelist/pex/refs/heads/main/apis.yml
x-type: company
x-source: vc-portfolio
x-backed-by:
- susa-ventures
x-tier: stub
x-tier-reason: portfolio-lead
specificationVersion: '0.20'
created: '2026-07-17'
modified: '2026-07-20'
tags:
- Company
- Developer Tools
- Content Identification
- Digital Rights Management
- Music
- Audio Recognition
- Artificial Intelligence
- Content Recognition
- Media
- MCP
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
apis:
- name: Pex Discovery API
  description: DRM, CMS, and content-monitoring API for managing rights assets, collections, and whitelists, tracking infringing
    copies across platforms, and running takedowns. Bearer API-key authentication; rate limited to 16 calls per second.
  humanURL: https://docs.api.pex.com/
  baseURL: https://api.pex.com
  properties:
  - type: Documentation
    url: https://docs.api.pex.com/
  - type: APIReference
    url: https://docs.api.pex.com/
  - type: Authentication
    url: authentication/pex-authentication.yml
- name: Pex AI Song Detector API
  description: Real-time API that classifies whether an audio track was created by an AI music generator (Suno, Udio, Boomy,
    ElevenLabs, and others) or a human artist, returning an is_ai flag, a confidence score, and the predicted model. OAuth
    2.0 client-credentials auth. Also available as a hosted MCP server.
  humanURL: https://docs.pex.com/ai-song-detector/api-documentation/
  baseURL: https://api.ae.pex.com
  properties:
  - type: Documentation
    url: https://docs.pex.com/ai-song-detector/api-documentation/
  - type: Authentication
    url: authentication/pex-authentication.yml
  - type: MCPServer
    url: mcp/pex-mcp.yml
- name: Pex Search API
  description: Real-time automatic content recognition (ACR) API for identifying music from audio fingerprints against a registry
    of 120M+ recordings, resilient to tempo, pitch, and partial-obscuring modifications. Asynchronous start-search / check-search
    workflow keyed by lookup_id. OAuth 2.0 client-credentials auth. Currently in private testing.
  humanURL: https://docs.pex.com/search/api-documentation/
  baseURL: https://api.ae.pex.com
  properties:
  - type: Documentation
    url: https://docs.pex.com/search/api-documentation/
  - type: Authentication
    url: authentication/pex-authentication.yml
x-enrichment:
  date: '2026-07-20'
  status: enriched
  artifacts_added: 12
  pass: local-v1
common:
- type: Website
  url: https://pex.com
- type: DeveloperPortal
  url: https://docs.pex.com
- type: Documentation
  url: https://docs.pex.com
- type: APIReference
  url: https://docs.api.pex.com
- type: SignUp
  url: https://drm.pex.com/settings/api-keys
- type: Authentication
  url: authentication/pex-authentication.yml
- type: MCPServer
  url: mcp/pex-mcp.yml
- type: WellKnown
  url: well-known/pex-well-known.yml
- type: Conventions
  url: conventions/pex-conventions.yml
- type: ErrorCatalog
  url: errors/pex-problem-types.yml
- type: Lifecycle
  url: lifecycle/pex-lifecycle.yml
- type: Conformance
  url: conformance/pex-conformance.yml
- type: DomainSecurity
  url: security/pex-domain-security.yml
- type: LLMsTxt
  url: llms/pex-llms.txt
- type: Packages
  url: packages/pex-packages.yml
- type: SDKs
  url: packages/pex-packages.yml
- type: AgentSkill
  url: skills/_index.yml
- type: ChangeLog
  url: changelog/pex-changelog.yml
- type: GitHubOrganization
  url: https://github.com/Pexeso
- type: Blog
  url: https://pex.com/blog/
- type: Support
  url: https://pex.com/contact/
- type: PrivacyPolicy
  url: https://pex.com/privacy-policy/
- type: GettingStarted
  url: https://docs.pex.com/search/sdk-integration/getting-started/