POST
/
get-upload-url
{
  "status": "success",
  "data": {
    "uploadURL": "http://example.com/upload",
    "fileName": "example.jpg",
    "fileType": "image/jpeg",
    "fileSize": 12345,
    "originalFileName": "original.jpg",
    "createdAt": 1633024800000,
    "expiresAt": 1654560800000
  }
}

Body

application/json
originalFileName
string

The original file name

fileType
string

The file type

fileSize
number

The file size in bytes

Response

200 - application/json
status
string
data
object