Yuen Sze Hong (@szehong26) 在 imagefx的Imagen3反代研究 中发帖
目前研究到的就两个API
POST https://aisandbox-pa.googleapis.com/v1:runImageFx
"content-type": "application/json",
"referrer": "https://aitestkitchen.withgoogle.com/",
"origin": "https://aitestkitchen.withgoogle.com",
"x-forwarded-for": FORWARDED_IP,
'Authorization': 'Bearer {token}'
{
"userInput": {
"candidatesCount": 8,
"prompts": [prompt],
"seed": random.r...