Skip to main content
POST
/api/v1/audio/voice-changer/complete
استدعِ هذه الـ endpoint بعد أن تنجح في تنزيل الصوت المُحوَّل عندما ترغب في أن تقوم Venice بتنظيف الوسائط المخزّنة المرتبطة بالطلب. تمرير delete_media_on_completion: true إلى /audio/voice-changer/retrieve يُنفّذ التنظيف نفسه ضمن الاستدعاء نفسه. نماذج تغيير الصوت غير مقبولة على /audio/complete.

مجموعة Postman

للمزيد من الأمثلة، يرجى مراجعة مجموعة Postman هذه.

التفويضات

Authorization
string
header
مطلوب

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

الجسم

application/json
model
string
مطلوب

The model that is running the conversion. Only voice-changer models are accepted on the /api/v1/audio/voice-changer endpoints.

مثال:

"elevenlabs-voice-changer"

queue_id
string
مطلوب

Pass this to /audio/voice-changer/retrieve to poll for the converted audio, and to /audio/voice-changer/complete when finished.

مثال:

"0190f2c4-9c1e-7a3b-8f42-2c9d5e7a1b34"

الاستجابة

Cleanup result

success
boolean
مطلوب

Whether the provider-held media for this conversion was released.

مثال:

true