PixelDance
V1ImageTasksIdUploads

Get upload assets for a task

Returns upload reference images (upload + upload-inpaint-origin) for a task.

GET
/v1/image/tasks/{id}/uploads

Returns upload reference images (upload + upload-inpaint-origin) for a task.

Authorization

cookieAuth
better-auth.session_token<token>

Session cookie set by Better Auth. Login via the app to obtain.

In: cookie

Path Parameters

id*string

Response Body

application/json

curl -X GET "http://localhost:3002/v1/image/tasks/string/uploads"
[
  {
    "id": "string",
    "taskId": "string",
    "mediaType": "string",
    "url": "string",
    "width": 0,
    "height": 0,
    "prompt": "string",
    "model": "string",
    "createdAt": "string",
    "maskUrl": "string"
  }
]