Retrieve the status and result of a specific Change Camera task by its task ID. When the task status is completed, the response includes the URL of the generated image with the new camera angle.
Documentation Index
Fetch the complete documentation index at: https://docs.freepik.com/llms.txt
Use this file to discover all available pages before exploring further.
Your Freepik API key. Required for authentication. Learn how to obtain an API key
ID of the task
OK - The task exists and the status is returned
{
"task_id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"status": "CREATED",
"generated": [
"https://openapi-generator.tech",
"https://openapi-generator.tech"
]
}