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"
}
OK
The response is of type object
.
Was this page helpful?
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"
}