Authorization: Bearer ********************
curl --location --request GET 'https://api.tu-zi.com/flux/v1/get_result?id' \
--header 'Authorization: Bearer <token>'
{
"id": "49ef5e39-efa1-46a2-8def-cb4d64869e59",
"result": {
"seed": 42,
"prompt": "Change the background to Mars Red",
"sample": "https://storage.fonedis.cc/results/e4/25664938522ec7/38522ec74f834f9b9a2bf61652893d43/sample.png?se=2025-09-01T08%3A54%3A18Z&sp=r&sv=2024-11-04&sr=b&rsct=image/png&sig=F1rS/7i8ktEajGpmpzj58N8Fm/2k2KQeOkBnggtaBbI%3D",
"duration": 7.172287225723267,
"end_time": 1756716258.6140473,
"start_time": 1756716251.44176
},
"status": "Ready"
}