Skip to main content
Version: v2

FileUploadResponse

Information for uploading the file

fileIdstringrequired

Identifier of the file being uploaded

Example: BDK5NyCqIK
uploadUrlstringrequired

URL to which a PUT request must be made to upload the file

Example: https://yuchat-files-presigned.storage.net/d2f19302
FileUploadResponse
{
"fileId": "BDK5NyCqIK",
"uploadUrl": "https://yuchat-files-presigned.storage.net/d2f19302"
}