Voyc website screenshot

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.

41.0/100 developing ▬ flat Agent 25/100 agent aware saas Full breakdown ↓
scored 2026-09-08 · rubric v0.20.0
AccessApproval
1 APIs
CompanyConversation IntelligenceComplianceCall MonitoringSpeech AnalyticsContact CentersFinancial-ServicesArtificial Intelligence

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-08 · rubric v0.20.0
Create-or-Update Ergonomics could not be measured. We hold no machine-readable contract for this provider to read, so there is nothing to measure a write surface against. Excluded rather than scored zero: never-measured and measured-empty are different facts. Publishing an OpenAPI is what makes this facet — and several others — scorable at all.
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/voyc: 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 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'
deliveryModel:
  model: saas
  open_source: false
  commercial: true
  callable_host: false
  label: Hosted service · you call their endpoint
  confidence: medium
  source:
  - pricing
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: unknown
  onboarding: approval
  trial: false
  try_now: false
  public: false
  label: Requires approval
  confidence: medium
  source:
  - plans
  - authentication
  - rate-limits
  - security
  generated: '2026-09-03'
  method: derived
specificationVersion: '0.23'
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
tags_raw:
- 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
  tags_raw:
  - 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

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/voyc"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/voyc/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/voyc/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.