obfuscated is set to true in the response, you need addition step to recover the original image URL.Authorization: Bearer ********************curl --location '/file/thumb?uri=cloudreve%3A%2F%2Fmy%2Fpic.png' \
--header 'X-Cr-Context-Hint: b832b998-7ece-4ffd-ba6b-afb64530ca70' \
--header 'X-Cr-Purchase-Ticket: 1f63aa26-edc0-40ce-950a-cb4d4323158e' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"data": {
"url": "http://localhost:5173/api/v4/file/content/rd7cK/0/The%20Man.mp3.jpg?sign=SIGNATURE",
"expires": "2025-06-10T12:35:10.014076+08:00",
"obfuscated": true
},
"msg": ""
}