obfuscated is set to true in the response, you need addition step to recover the original image URL.Authorization: Bearer ********************curl --location --request GET '/file/thumb' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"data": {
"url": "http://localhost:5173/api/v4/file/content/rd7cK/0/The%20Man.mp3.jpg?sign=es-PXHqamu0zpF5FtSGKwl6uQANJ7hdURC_hv1ndaSs%3D%3A1749530110",
"expires": "2025-06-10T12:35:10.014076+08:00",
"obfuscated": true
},
"msg": ""
}