Palpex Grid Services
# TTS Example Open the Text-to-Speech demo page: https://grid.palpex.de/tts Use this interface to generate spoken audio from text with the available voices and settings. --- # Transcribe Example Open the Speech-to-Text demo page: https://grid.palpex.de/transcribe Use this interface to upload audio files and generate text transcriptions through the web GUI.
Palpex Grid Services endpoints
| Method | Endpoint | Description |
|---|---|---|
| tts | ||
| GET |
ttsListVoices /api/v1/tts/voices |
|
| GET |
ttsQuota /api/v1/tts/quota |
|
| GET |
ttsGetAudio /api/v1/tts/jobs/{job_id}/audio |
|
| GET |
ttsGetJob /api/v1/tts/jobs/{job_id} |
|
| GET |
ttsListLanguages /api/v1/tts/languages |
|
| GET |
ttsListJobs /api/v1/tts/jobs |
|
| POST |
ttsCreateJob /api/v1/tts/jobs |
|
| POST |
ttsSync /api/v1/tts |
|
| transcribe | ||
| GET |
transcribeMedia /api/v1/transcribe/media/{token} |
|
| GET |
transcribeGetTranscript /api/v1/transcribe/jobs/{job_id}/transcript |
|
| POST |
transcribeCreateJob /api/v1/transcribe/jobs |
|
| GET |
transcribeGetJob /api/v1/transcribe/jobs/{job_id} |
|
| GET |
transcribeQuota /api/v1/transcribe/quota |
|
| GET |
transcribeOptions /api/v1/transcribe/options |
|
| POST |
transcribeUpload /api/v1/transcribe/upload |
|
| GET |
transcribeListJobs /api/v1/transcribe/jobs |
|
| image | ||
| GET |
imageGetBinary /api/v1/image/jobs/{job_id}/image |
|
| GET |
imageListJobs /api/v1/image/jobs |
|
| GET |
imageGetJob /api/v1/image/jobs/{job_id} |
|
| GET |
imageOptions /api/v1/image/options |
|
| GET |
imageQuota /api/v1/image/quota |
|
| POST |
imageSync /api/v1/image |
|
| POST |
imageCreateJob /api/v1/image/jobs |
|
Palpex Grid Services pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 15 / second |
|
| PRO Recommended | $5 / month | — |
|
| ULTRA | $30 / month | — |
|