cURL
curl --request GET \ --url https://api.freepik.com/v1/ai/image-to-video/minimax-hailuo-02-768p \ --header 'x-freepik-api-key: <api-key>'
200
example
{ "data": [ { "task_id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "status": "IN_PROGRESS" }, { "task_id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "status": "IN_PROGRESS" } ]}
Get the list of MiniMax Hailuo-02 768p tasks
Your Freepik API key. Required for authentication. Learn how to obtain an API key
OK - The list of MiniMax Hailuo-02 768p tasks is returned
The response is of type object.
object
Was this page helpful?