GET
/
v1
/
ai
/
image-to-video
/
kling-v2-1-master
curl --request GET \
  --url https://api.freepik.com/v1/ai/image-to-video/kling-v2-1-master \
  --header 'x-freepik-api-key: <api-key>'
{
"data": [
{
"task_id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"status": "IN_PROGRESS"
},
{
"task_id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"status": "IN_PROGRESS"
}
]
}

Authorizations

x-freepik-api-key
string
header
required

Your Freepik API key. Required for authentication. Learn how to obtain an API key

Response

200
application/json

OK - The list of the kling-v2-1-std tasks is returned

The response is of type object.