نص إلى فيديو
أنشئ مقاطع فيديو من مطالبات نصية باستخدام Kling عبر CometAPI POST /kling/v1/videos/text2video، ثم تتبّع حالة المهمة واسترجع النتائج باستخدام معرّف المهمة.
استخدم نقطة النهاية هذه لإنشاء مهمة تحويل نص إلى فيديو في Kling انطلاقًا من Prompt. تبدأ هذه العملية مهمة غير متزامنة بدلًا من إرجاع فيديو مكتمل فورًا.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.
أول طلب عملي
- أرسل Prompt قصيرًا أولًا
- أضف
aspect_ratioأوdurationأوmodeفقط بعد التأكد من أن التدفق الأساسي يعمل - عيّن
callback_urlإذا كنت تريد التسليم عبر الدفع التلقائي بدلًا من الاعتماد على الاستقصاء فقط
تدفّق المهمة
استقصاء حالة المهمة
التفويضات
Bearer token authentication. Use your CometAPI key.
الترويسات
Must be application/json.
الجسم
Text prompt describing the video to generate. Maximum 500 characters.
Elements to exclude from the video. Maximum 200 characters.
Output aspect ratio (width:height). Options: 16:9, 9:16, 1:1, 4:3, 3:4, 3:2, 2:3.
Webhook URL to receive task status updates when the task completes.
Kling model variant to use. See the Models page for current options.
Prompt adherence strength. Higher values follow the prompt more closely. Range: 0–1.
Generation mode. std for standard (faster), pro for professional (higher quality).
std, pro Output video length in seconds. Options: 5, 10.
Camera motion preset or manual configuration. Omit for automatic camera movement.
Custom task id for your own tracking. Does not replace the system-generated task id but can be used to query tasks. Must be unique per user.