获取请求结果
GET https://aiapi.winfull.top/fal-ai/{model_name}/requests/{request_id}
请求参数
Path 参数 生成代码
请求示例代码
Shell JavaScript Java Swift Go PHP Python HTTP C C# Objective-C Ruby OCaml Dart R 请求示例请求示例 Shell JavaScript Java Swift cURLcURL-WindowsHttpiewgetPowerShell
curl --location --request GET 'https://aiapi.winfull.top/fal-ai/auto/requests/acf05732-7cb3-445b-9f39-fdaeccb1d730'返回响应
🟢200成功 application/json生成代码 Body 生成代码 示例
{
"seed": 2841475369,
"images": [
{
"url": "https://fal.media/files/tiger/BwdOcvXOx0UmkCyCMZGmZ_1ee10db761e146a28fdaadafa528d239.jpg",
"width": 1024,
"height": 1024,
"content_type": "image/jpeg"
}
],
"prompt": "Put the little duckling on top of the woman's t-shirt.",
"request": {
"prompt": "Put the little duckling on top of the woman's t-shirt.",
"image_urls": [
"https://v3.fal.media/files/penguin/XoW0qavfF-ahg-jX4BMyL_image.webp",
"https://v3.fal.media/files/tiger/bml6YA7DWJXOigadvxk75_image.webp"
],
"num_images": 1,
"output_format": "jpeg",
"guidance_scale": 3.5,
"safety_tolerance": "2"
},
"timings": {},
"has_nsfw_concepts": [
false
]
}修改于 2025-11-14 15:11:18
