flowspeech-sdk
Python SDK for the FlowSpeech text-to-speech API.
The SDK does not contain provider credentials. It accepts a user-owned FlowSpeech API key and sends it as a bearer token when configured.
from flowspeech_sdk import FlowSpeechClient
client = FlowSpeechClient(api_key="fs_...")
result = client.synthesize("Hello from FlowSpeech", voice="Kore")
Path("speech.wav").write_bytes(result.audio)
API Shape
- Default endpoint:
https://flowspeech.io/api/ai/text-to-speech - Authentication: optional
Authorization: Bearer <FlowSpeech API key> - Response: JSON envelope with
data.audioBase64anddata.mimeType
Release files for flowspeech-sdk 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| flowspeech_sdk-0.1.0.tar.gz | 4.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| flowspeech_sdk-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 8.0 kB
Release files / flowspeech_sdk-0.1.0.tar.gz
| Download URL | flowspeech_sdk-0.1.0.tar.gz |
|---|---|
| Size | 4.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
edfafe8fd3e2cce3afb8cf7aa63133ac1a3d1a4ac8e92dacfa4891788bf422e1
|
|
BLAKE2b-256 checksum How to use checksums |
35412e278ad931a5ce4f9c967c87637159de57c622448a25e90ce4b94b5cf374
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.13
|
Release files / flowspeech_sdk-0.1.0-py3-none-any.whl
| Download URL | flowspeech_sdk-0.1.0-py3-none-any.whl |
|---|---|
| Size | 4.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
55baa6ac13492988a5ef742a4ebeebb48064cd6d9e698fb0efc616a6cd8e0e0e
|
|
BLAKE2b-256 checksum How to use checksums |
37546695c074313e1786d3a92773343494fe04f4cbef060a13e8d2c1b32b00c7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.13
|