Authorization: Bearer ********************curl --location 'https://api.qnaigc.com/queue/google/nano-banana-2-lite/requests//status' \
--header 'Authorization: Bearer <token>'{
"status": "IN_QUEUE",
"request_id": "string",
"response_url": "http://example.com",
"status_url": "http://example.com",
"queue_position": 0,
"logs": [
{}
],
"metrics": {
"inference_time": 0
},
"detail": {
"loc": [
"string"
],
"msg": "string",
"type": "string",
"url": "string"
},
"result": {
"images": [
{
"url": "https://aitoken-image.qnaigc.com/gemini-image/root/qimage-root-1782459527782010000/0.png?e=1783064358&token=xxx",
"content_type": "image/png"
}
]
}
}