Admin Gallery

Generate presigned upload URL for gallery image

post/admin/gallery/upload-url

Request body

filenamestring
contentTypestring
tagsstring

Example request

{
  "filename": "my-image.png",
  "contentType": "image/png",
  "tags": "reference,character"
}

Response

idstring required
uploadUrlstring required
s3Keystring required

Changes

No recorded changes to this endpoint across all 1 revision of this API.