GET
/
proxy
/
vidu
/
tasks
/
{id}
/
creations
cURL
curl --request GET \
  --url https://api.comfy.org/proxy/vidu/tasks/{id}/creations
{
  "creations": [
    {
      "cover_url": "<string>",
      "id": "<string>",
      "moderation_url": [
        "<string>"
      ],
      "url": "<string>",
      "watermarked_url": "<string>"
    }
  ],
  "err_code": "<string>",
  "id": "<string>",
  "state": "created"
}

Path Parameters

id
string
required

Response

200
application/json

OK

The response is of type object.