Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
or
Body Params multipart/form-data
Request Code Samples
curl --location 'https://dev-api.mce.sg/v1.0/auth/tools/upload' \
--header 'Authorization: Bearer <token>' \
--form 'file=@""'
Responses
application/json
{
"fileId": 44069,
"fileSize": 776757
}
Modified at 2025-11-21 05:46:47