title
description
API 키
서비스 접근을 위한 API 키를 관리하세요
아직 API 키가 없습니다
첫 번째 API 키를 생성하여 서비스 통합을 시작하세요. 생성 후 여기에 표시됩니다.
quick_reference
quick_reference_desc
curl -X POST 'https://api.kling3api.com/api/v1/generate' \
-H 'Authorization: Bearer YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-d '{
"type": "pro-text-to-video",
"prompt": "A cinematic shot of mountains at sunrise",
"duration": 5
}'