Voyc

Voyc is a conversation intelligence and compliance monitoring platform for regulated industries such as financial services and insurance. The platform automatically monitors 100% of contact centre interactions using speech analytics AI, flagging high-risk cases, complaints, and vulnerable customers in near real time, automating QA review, and producing the management information firms need to evidence regulatory compliance (including FCA Consumer Duty). Calls reach Voyc from telephony platforms like Twilio, Genesys, Five9, RingCentral, Aircall, Amazon Connect, and Talkdesk via SFTP or API, and a Voyc API (v3) supports conversation uploads and data export alongside webhooks.

Voyc publishes 1 API on the APIs.io network. Tagged areas include Company, Conversation Intelligence, Compliance, Call Monitoring, and Speech Analytics.

The Voyc catalog on APIs.io includes 1 event-driven AsyncAPI specification.

Voyc’s developer surface includes documentation, support, engineering blog, getting-started guide, authentication, and 20 more developer resources.

45.6/100 developing ▲ 6.2 Agent 37/100 agent ready Full breakdown ↓
scored 2026-08-17 · rubric v0.11.0
1 APIs
CompanyConversation IntelligenceComplianceCall MonitoringSpeech AnalyticsContact CentersFinancial ServicesArtificial Intelligence

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-08-17 · rubric v0.11.0
Composite quality — 45.6/100 · developing
Contract Quality 12.9 / 25
Developer Ergonomics 7.4 / 20
Commercial Clarity 10.0 / 20
Operational Transparency 5.1 / 13
Governance 1.5 / 12
Discoverability 8.7 / 10
Agent readiness — 37/100 · agent ready
Machine-Readable Contract 18 / 18
Agentic Access Contract 0 / 10
MCP Server 0 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 8 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 6 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
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/voyc: 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 1

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

Voyc API v3

Voyc's integration API, monitored on the public status page as "Voyc API v3" (Data Export) alongside "Voyc API" (Conversation Uploads & Reporting). The production host is api.ap...

Pricing Plans 1

Published pricing tiers and plan structures.

Voyc Plans Pricing

0 plans

PLANS

Rate Limits 1

Documented rate limits and quota policies.

Voyc Rate Limits

0 limits

RATE LIMITS

Event Specifications 1

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

Voyc Webhooks

ASYNCAPI

Security Posture 4

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

Voyc Authentication

cookie-session/api-token · 2 schemes

SECURITY

Voyc Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Voyc Vulnerability Disclosure

Hackerone · security.txt · contact published

SECURITY

Voyc Trust Center

SOC 2

SECURITY

Resources

Get Started 2

Portal, sign-up, and the first successful call

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 5

Pagination, idempotency, versioning, errors, and events

Build 2

SDKs, sample code, and the tooling you integrate with

Access & Security 6

Authentication, authorization, and security posture

Operate 3

Status, limits, changes, and where to get help

Commercial 3

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: voyc
name: Voyc
description: Voyc is a conversation intelligence and compliance monitoring platform for regulated industries such as financial
  services and insurance. The platform automatically monitors 100% of contact centre interactions using speech analytics AI,
  flagging high-risk cases, complaints, and vulnerable customers in near real time, automating QA review, and producing the
  management information firms need to evidence regulatory compliance (including FCA Consumer Duty). Calls reach Voyc from
  telephony platforms like Twilio, Genesys, Five9, RingCentral, Aircall, Amazon Connect, and Talkdesk via SFTP or API, and
  a Voyc API (v3) supports conversation uploads and data export alongside webhooks.
url: https://raw.githubusercontent.com/api-evangelist/voyc/refs/heads/main/apis.yml
x-type: company
x-source: vc-portfolio
x-backed-by:
- techstars
x-tier: profile
x-tier-reason: enriched-company-no-public-api-docs
x-coverage:
  state: gated
  reason: customer-only-docs
  detail: Voyc runs a real production API at api.app.voyc.ai — /v3/organisation/ answers a live 403 not_authenticated — but
    ships no public reference, OpenAPI, portal or SDK anywhere; the integration documentation is handed to customers during
    onboarding, so the only public trace of the API is a component name on the incident.io status page.
  evidence:
  - url: https://api.app.voyc.ai/v3/organisation/
    status: 403
  - url: https://api.app.voyc.ai/openapi.json
    status: 404
  - url: https://voyc.ai/api/
    status: 404
  - url: https://voyc.ai/developers/
    status: 404
  - url: https://help.voyc.ai/en/
    status: 200
  checked: '2026-08-14'
accessModel:
  pricing: unknown
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Unknown
  confidence: low
  source: []
  generated: '2026-07-22'
  method: derived
specificationVersion: '0.20'
x-enrichment:
  date: '2026-08-14'
  status: enriched
  artifacts_added: 7
  pass: local-v1
created: '2026-07-17'
modified: '2026-08-14'
image: https://github.com/voyc-ai.png
tags:
- Company
- Conversation Intelligence
- Compliance
- Call Monitoring
- Speech Analytics
- Contact Centers
- Financial Services
- Artificial Intelligence
apis:
- name: Voyc API v3
  description: 'Voyc''s integration API, monitored on the public status page as "Voyc API v3" (Data Export) alongside "Voyc
    API" (Conversation Uploads & Reporting). The production host is api.app.voyc.ai, confirmed live 2026-08-14: /v3/ endpoints
    return a credential-gated 403 with Voyc''s drf-standardized-errors envelope and /api/v2/ serves the web application. Integrating
    systems register an "app" per organisation and issue access tokens through /v3/organisation/{organisationId}/app/{appId}/access-token/.
    Voyc publishes NO public API reference, OpenAPI, or developer portal - the integration documentation is provided to customers
    during onboarding - so no machine-readable contract exists to harvest.'
  humanURL: https://help.voyc.ai/en/
  baseURL: https://api.app.voyc.ai
  tags:
  - conversation-intelligence
  - speech-analytics
  - compliance-monitoring
  - contact-center
  - call-recording
  - quality-assurance
  properties:
  - type: Authentication
    url: authentication/voyc-authentication.yml
  - type: Conventions
    url: conventions/voyc-conventions.yml
  - type: ErrorCatalog
    url: errors/voyc-problem-types.yml
  - type: RateLimits
    url: rate-limits/voyc-rate-limits.yml
  - type: StatusPage
    url: https://status.voyc.ai/
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
common:
- type: TrustCenter
  url: security/voyc-trust-center.yml
- type: Website
  url: https://voyc.ai/
- type: Documentation
  url: https://help.voyc.ai/en/
- type: Support
  url: https://www.voyc.ai/contact/
- type: Blog
  url: https://voyc.ai/voyc-ai-blog-articles-case-studies-and-whitepapers/
- type: GettingStarted
  url: https://help.voyc.ai/en/collections/2918818-getting-started-with-voyc
- type: StatusPage
  url: https://status.voyc.ai/
- type: TermsOfService
  url: https://voyc.ai/terms-and-conditions/
- type: PrivacyPolicy
  url: https://voyc.ai/gdpr-privacy-notice/
- type: GitHubOrganization
  url: https://github.com/voyc-ai
- type: Login
  url: https://app.voyc.ai/
- type: Compliance
  url: https://trust.voyc.ai/
- type: Security
  url: https://trust.voyc.ai/
- type: VulnerabilityDisclosure
  url: security/voyc-vulnerability-disclosure.yml
- type: DomainSecurity
  url: security/voyc-domain-security.yml
- type: Conformance
  url: conformance/voyc-conformance.yml
- type: Lifecycle
  url: lifecycle/voyc-lifecycle.yml
- type: Webhooks
  url: asyncapi/voyc-webhooks.yml
- type: LLMsTxt
  url: llms/voyc-llms.txt
- type: Authentication
  url: authentication/voyc-authentication.yml
- type: Conventions
  url: conventions/voyc-conventions.yml
- type: ErrorCatalog
  url: errors/voyc-problem-types.yml
- type: Packages
  url: packages/voyc-packages.yml
- type: Plans
  url: plans/voyc-plans-pricing.yml
- type: RateLimits
  url: rate-limits/voyc-rate-limits.yml