Skip to main content
POST
cURL
استخدم نقطة النهاية المساعدة هذه لإزالة حالة التحديد من جلسة تحرير متعددة الوسائط قبل إعادة البناء أو التخلي عن منطقة التحرير الحالية.

متى تستخدمها

  • تريد إزالة سجل التحديد الحالي بدلًا من المتابعة به
  • تقوم بتنظيف مرحلة تحرير قبل تحديد منطقة هدف جديدة

دورها في سير العمل

  • يتطلب session_id من Initialize Video for Editing
  • يتطلب frame_index وpoints كنِسَب مئوية من 0 إلى 1 لنقاط التحديد التي تريد حذفها
  • يتبعها عادةً Add Video Selection أو إنهاء الجلسة دون توليد
للاطلاع على المرجع الكامل للمعلمات، راجع توثيق Kling API.

التفويضات

Authorization
string
header
مطلوب

Bearer token authentication. Use your CometAPI key.

الجسم

application/json
session_id
string
مطلوب

Selection session id returned by init-selection. Follow-up calls must use the same account and exact session id.

frame_index
integer
مطلوب

Frame index where the selected point set applies.

points
object[]
مطلوب

Points to delete from the current selection.

الاستجابة

200 - application/json

Success

code
integer
مطلوب

Response code. 0 means the request succeeded.

message
string
مطلوب

Response message.

data
object

Route-specific response payload when present.