makevid
  1. Kling
makevid
  • Introduction
  • Luma
    • Create Luma Video
      POST
    • Get Luma Video
      GET
  • Runway
    • Create Runway Video
      POST
    • Get Runway Video
      GET
  • Kling
    • Text to Video
      POST
    • Get Text2Video Result
      GET
    • Image to Video
      POST
    • Get Image2Video Result
      GET
  1. Kling

Get Text2Video Result

GET
/api/v1/kling/text2video/get_kling/{id}

Request

Path Params

Query Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://makevid.ai/api/v1/kling/text2video/get_kling/CmYgjmbyMToAAAAAAAn0aw?prompt=product photography of an ice tea, block of ice, in lava, steam coming off, dramatic lights, sparks of fire and miniature explosions, luxury, in style of maximalism'

Responses

🟢200Success
application/json
Body

Example
{
    "code": 0,
    "message": "成功",
    "request_id": "CmC9rGbtVzEAAAAAADQY-A",
    "data": {
        "task_id": "CmC9rGbtVzEAAAAAADQY-A",
        "task_status": "succeed",
        "task_status_msg": "",
        "created_at": 1726939154945,
        "updated_at": 1726939387665,
        "task_result": {
            "images": null,
            "videos": [
                {
                    "id": "f7104985-9626-422a-be7c-bef159ce4c03",
                    "url": "https://cdn.klingai.com/bs2/upload-kling-api/9575341070/image2video/CmC9rGbtVzEAAAAAADQY-A-0_raw_video_1.mp4",
                    "duration": "5.1"
                }
            ]
        }
    }
}
Modified at 2024-09-24 09:37:10
Previous
Text to Video
Next
Image to Video
Built with