Build on TrueTone
The content work your account does in the dashboard, your own tools can do too. Access to the TrueTone API and the TrueTone Connector is included with every plan, with no separate tier and nothing to unlock.
Two ways in
The TrueTone API is a REST interface under https://hub.truetone.ai/api/v1. You authenticate with an API key, send JSON, and get settled JSON back. It is the right door for scripts, backend services, CRM automations, and anything else you write yourself. Start with Authentication, then browse the interactive reference.
The TrueTone Connector brings the same abilities to AI assistants such as Claude, Claude Code, and Cursor. You connect it once, sign in with your TrueTone account, and your assistant can read your library and create content in your voice from inside a conversation. No key is ever pasted anywhere. Setup lives in The TrueTone Connector.
Both doors share one permission model (Capability Groups), one credit meter (Credits and billing), and one error contract (Errors). A call is a call, whichever way it arrives.
What you can build
- Read your workspace. Seeds, creations, the images in your media library, your credit balance, and whether your TrueTone Profile is ready. Reads are free.
- Write in your voice. Generate blog posts, emails, social posts, and video scripts from a seed, or rewrite text you already have with the transform endpoint. Every word comes from your stored TrueTone Profile; callers cannot inject voice traits.
- Create audio. Generate audiograms: a written script, audio in your cloned voice, and timed captions.
- Draft replies. Get a reply drafted in your voice for a review or a social comment. Nothing is sent anywhere; the draft comes back to you.
- Manage the schedule. List your connected social accounts, add posts to the calendar, and remove them, using the accounts you already connected in the dashboard.
- See your organization. Org admins can read the member list and what each member is using.
Start here
Mint a key, understand scoping and rotation, and make your first authenticated call.
AuthenticationThe permission model both doors share, rendered live from the API itself.
Capability GroupsAn end-to-end walkthrough: pick a seed, generate a post with a visual, and schedule it.
Seed to scheduled postEvery endpoint, request shape, and response, generated from the live OpenAPI document.
API referenceHonest by construction
The tables in this section (prices, routes, tools, the role matrix) are not hand-written. They render in your browser from a feed the TrueTone API serves about itself, so what you read here is what the API enforces. When that feed cannot be reached, the docs say so instead of showing numbers that might be stale.