V2 Files
Last updated
Last updated
POST /api/v2/files HTTP/1.1
Host: api-z2.zinkee.com
Content-Type: multipart/form-data
Accept: */*
Content-Length: 2
{}{
"fileId": "d290f1ee-6c54-4b01-90e6-d701748f0851"
}GET /api/v2/files/storage-info HTTP/1.1
Host: api-z2.zinkee.com
Accept: */*
{
"maxSize": 10737418240,
"usedSize": 2147483648
}GET /api/v2/files/{fileId} HTTP/1.1
Host: api-z2.zinkee.com
Accept: */*
binaryDELETE /api/v2/files/{fileId} HTTP/1.1
Host: api-z2.zinkee.com
Accept: */*
{
"fileId": "123e4567-e89b-12d3-a456-426614174000",
"deleted": true
}