API / Éditeur
POST
/v1/jobs/{id}/revoiceChange la voix off.
Paramètres
| Nom | Emplacement | Type | Requis | Description |
|---|---|---|---|---|
id | chemin | string | oui | ID du job. |
voice | corps | string | oui | ID de voix. |
speed | corps | float | non | Vitesse (ex. 1.1). |
Exemple de requête
curl -X POST https://deklip.com/v1/jobs/{id}/revoice \
-H "Authorization: Bearer dk_live_VOTRE_CLE" \
-H "Content-Type: application/json" \
-H "Idempotency-Key: $(uuidgen)" \
-d '{"voice":"minimax-fr-narrator","speed":1.05}'Exemple de réponse
{
"job_id": "job_9f2c…",
"status": "processing",
"cost": 5,
"credits_remaining": 60
}Via MCP: cet endpoint correspond à l'outil
revoice.