ModelSell Docs
VideosKling

Image Recognition

Use /kling/v1/videos/image-recognize for Kling video image-recognition helper flows.

Image recognition is a helper capability in the Kling video menu.

Image Recognition

MethodPath
POST/kling/v1/videos/image-recognize

Headers

Content-Type: application/json
Authorization: Bearer {apikey}

cURL

curl --location "$KLING_BASE_URL/kling/v1/videos/image-recognize" \
  --header "Content-Type: application/json" \
  --header "Authorization: Bearer $KLING_API_KEY" \
  --data '{ "image": "https://your-cdn.com/input.png" }'

On this page