Skip to main content

PresignedUrlRequestDto

contentTypestringrequired

MIME type of the file

Example: image/png
purposestringrequired

Upload purpose

Possible values: [icon, photo]

Example: icon
PresignedUrlRequestDto
{
"contentType": "image/png",
"purpose": "icon"
}