cURL
required-params
curl --request POST \ --url https://api.freepik.com/v1/ai/image-to-video/kling-elements-std \ --header 'Content-Type: application/json' \ --header 'x-freepik-api-key: <api-key>' \ --data '{ "images": [ "https://img.freepik.com/foto-gratis/disparo-aislado-gatito-jengibre-sentado-frente-blanco-mirando-derecha_181624-45937.jpg?semt=ais_hybrid&w=740" ]}'
200
example
{ "data": { "task_id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "status": "IN_PROGRESS" }}
Generate a video from an image using the Kling Elements Std model.
Your Freepik API key. Required for authentication. Learn how to obtain an API key
OK - Get the status of the kling-elements-std task
The response is of type object.
object
Was this page helpful?