upload

Upload a mask image (deprecated)

Deprecated. Clients should composite the mask onto the source image client-side and upload the resulting image via POST /api/upload/image instead. This endpoint will continue to function for older clients, but will not receive new features.

Uploads a mask image associated with a previously-uploaded reference image.

post/api/upload/mask

Response

Upload result

namestring

Saved filename (may be renamed to avoid collisions)

subfolderstring

Subfolder the file was saved to

typestring

Directory type (input, temp)

Changes