OnePin Python SDK & CLI

OnePin is a workflow-driven voice synthesis platform — build, run, and manage multi-step TTS pipelines from source script through translation, generation, and quality validation. This site documents the REST API, the onepin Python SDK, and the onepin CLI.

Get started

What you can do

ResourceAPI-key operations
Workflowslist, get, run, list runs
Voiceslist
Templateslist, get, clone into workflow
Uploadscreate (presigned URL), confirm, delete

How it fits together

Your code / CI
▼ pip install onepin
OnePinClient ──▶ https://api.onepin.ai/api/v1/

Each API key is scoped to a single workspace. All resources — workflows, templates, uploads — belong to the workspace the key was created under.