تحويل النص إلى صوت
استنساخ الصوت
مزامنة الشفاه
أخرى
تحويل النص إلى صوت
استنساخ الصوت
مزامنة الشفاه
أخرى
حذف نموذج
اختبر واجهة حذف نموذج صوتي.
واجهة حذف نموذج
نقطة النهاية
POST /api/open/delete-model
ترويسات الطلب
Content-Type: application/json Authorization: Bearer YOUR_API_TOKEN // مفتاح API
معلمات الطلب
{
"modelId": string // undefined,معرف النموذج
}الاستجابة
// undefined - 200
{
"modelId": string, // undefined
"message": string // undefined
}
// undefined
{
"error": string // undefined
}مثال CURL
curl -X POST https://fishaudio.org/api/open/delete-model \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-d '{
"modelId": "your_model_id"
}'تصحيح مباشر
أكواد الحالة
200: Success 400: Bad Request 401: Unauthorized 403: Forbidden 404: Not Found 429: Too Many Requests 500: Internal Server Error