cURL
curl --request GET \ --url https://api.freepik.com/v1/ai/image-to-video/seedance-pro-480p \ --header 'x-freepik-api-key: <api-key>'
200
Example
{ "data": [ { "task_id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "status": "CREATED" }, { "task_id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "status": "CREATED" } ]}
Get the list of Seedance Pro 480p tasks
Your Freepik API key. Required for authentication. Learn how to obtain an API key
OK - The list of Seedance Pro 480p tasks is returned
Show child attributes
Task identifier
Task status
CREATED
IN_PROGRESS
COMPLETED
FAILED
Was this page helpful?