Texte vers parole (HTTP)
Clonage vocal - créer un modèle
Lip-sync - créer une tâche
Profil utilisateur
Texte vers parole (HTTP)
Clonage vocal - créer un modèle
Lip-sync - créer une tâche
Profil utilisateur
Parole vers texte
Transcrivez un audio depuis une URL publique.
Parole vers texte
Endpoint
POST /api/open/speech-to-text
En-têtes de requête
En-têtes d’exemple
Paramètres de requête
Paramètres d’exemple
Données de réponse
Réponse d’exemple
Exemple CURL
curl -X POST /api/open/speech-to-text \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"audio_url": "https://example.com/audio.mp3",
"language": "auto",
"ignore_timestamps": false
}'Débogage en ligne
Codes de statut
200: Success 400: Bad Request 401: Unauthorized 403: Forbidden 404: Not Found 429: Too Many Requests 500: Internal Server Error