PixelDance
V1InpaintResults

Get inpaint results for a source image

Returns all completed/failed inpaint results for a given source image storageKey.

GET
/v1/inpaint/results

Returns all completed/failed inpaint results for a given source image storageKey.

Authorization

cookieAuth
better-auth.session_token<token>

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

In: cookie

Query Parameters

storageKey*string

Response Body

application/json

curl -X GET "http://localhost:3002/v1/inpaint/results?storageKey=string"
[
  {
    "id": "string",
    "taskId": "string",
    "url": "string",
    "storageKey": "string",
    "width": 0,
    "height": 0,
    "createdAt": "string",
    "status": "completed",
    "errorType": "string"
  }
]