Text zu Sprache
Stimmenklon
Lippensynchronisation
Sonstiges
Text zu Sprache
Stimmenklon
Lippensynchronisation
Sonstiges
Sprache zu Text
Testen Sie die Sprache-zu-Text-API.
Sprache-zu-Text API
Endpoint
POST /api/open/speech-to-text
Request-Header
Beispiel-Header
Request-Parameter
Beispiel-Parameter
Antwort
Beispielantwort
CURL-Beispiel
curl -X POST /api/open/speech-to-text \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-d '{
"audio_url": "https://example.com/audio.mp3",
"language": "auto",
"ignore_timestamps": false
}'Online-Debug
Statuscodes
200: Success 400: Bad Request 401: Unauthorized 403: Forbidden 404: Not Found 429: Too Many Requests 500: Internal Server Error