For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
  • Get Started
    • Introduction
    • Quickstart
    • Authentication
  • Python SDK
    • Install
    • Usage
    • Errors
  • CLI
    • Overview
      • login
      • workflows
      • voices
      • templates
      • uploads
LogoLogo
On this page
  • list
  • Synopsis
  • Flags
  • Examples
  • Output (table)
CLICommands

onepin voices

Was this page helpful?
Previous

templates

Next
Built with

Browse voices available to your workspace. Requires voices:read scope.

Platform voices (shared across all workspaces) are included in the results alongside your workspace’s custom voices.


list

Synopsis

onepin voices list [OPTIONS]

Flags

FlagDefaultDescription
--limit INT50Items per page
--offset INT0Pagination offset
--locale TEXT—Filter by BCP-47 locale code, e.g. en-us, ko-kr
--alloffFetch all pages automatically
--jsonoffEmit JSON to stdout

Examples

$# List voices (table)
$onepin voices list
$
$# Filter to Korean voices
$onepin voices list --locale ko-kr
$
$# All voices, JSON
$onepin voices list --all --json | jq '.[] | {id, display_name, locale}'

Output (table)

ID NAME LOCALE PROVIDER SOURCE
3fa85f64-5717-4562-b3fc-2c963f66afa6 Rachel en-us elevenlabs platform
7d8e9f00-1234-5678-abcd-ef0123456789 Aria en-us cartesia platform
a1b2c3d4-5678-90ab-cdef-012345678901 지수 ko-kr naver platform

v0.2: voices show <id> to retrieve a single voice with full provider details is deferred to v0.2.