Passer au contenu principal
POST
/
kling
/
v1
/
videos
/
multi-elements
/
clear-selection
Clear Video Selection
curl --request POST \
  --url https://api.cometapi.com/kling/v1/videos/multi-elements/clear-selection \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "session_id": "784914037360041984"
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://apidoc.cometapi.com/llms.txt

Use this file to discover all available pages before exploring further.

Utilisez cet endpoint utilitaire pour effacer l’état de sélection actuel d’une session d’édition multimodale.

Quand l’utiliser

  • Votre sélection actuelle est incorrecte et vous voulez recommencer
  • Vous voulez reconstruire la zone d’édition avant de prévisualiser ou de soumettre la tâche finale

Rôle dans le workflow

Pour la référence complète des paramètres, consultez la documentation de l’API Kling.

Autorisations

Authorization
string
header
requis

Bearer token authentication. Use your CometAPI key.

Corps

application/json
session_id
string
défaut:example
requis

Session id returned by the video initialization endpoint.

Réponse

200 - application/json

Success

The response is of type object.