kling
이미지 인식
CometAPI POST /kling/v1/videos/image-recognize를 사용해 이미지에서 Kling Image Recognize를 실행하고, 비디오 생성 워크플로를 위한 인식 결과를 반환합니다.
POST
Run Kling image recognition
이 엔드포인트를 사용하면 어떤 다운스트림 워크플로를 사용할지 결정하기 전에 Kling의 이미지 인식 검사를 실행할 수 있습니다.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.
반환 내용
- 이 경로는 동기식으로 동작하며 인식 플래그를 직접 반환합니다
- 현재 결과는 이미지에
head_seg,face_seg,cloth_seg,object_seg와 같은 영역이 포함되어 있는지를 나타냅니다 - 이러한 플래그를 사용해 소스 이미지가 아바타, 가상 피팅(try-on) 또는 기타 에셋 기반 워크플로에 적합한지 판단할 수 있습니다
인증
Bearer token authentication. Use your CometAPI key.
헤더
Optional content type header.
본문
application/json
Image to analyze. Accepts an image URL or raw Base64 string (no data: prefix). Supported formats: JPG, JPEG, PNG. Max 10 MB, minimum 300 px per side, aspect ratio between 1:2.5 and 2.5:1.