返回模型调用 API 参考
GET/fal-ai/{model_name}/requests/{request_id}

获取请求结果

API Key none

请求示例

curl https://top.qingyuntop.ai/fal-ai/{model_name}/requests/{request_id} \
  -H "Authorization: Bearer ${QINGYUN_TOP_API_KEY}"

请求参数

参数位置类型必填说明示例
model_namePathstring模型名称,auto 我们系统会自动判断model_nameauto
request_idPathstring任务id5ed6b6bb-eaa3-4006-859b-e2f3fa748d8c

返回响应 (200)

此部分没有定义参数。

响应示例

{
    "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
    ]
}
来源原始接口定义(用于追溯)

以下内容来自 Apifox 快照,可能包含兼容层字段或旧示例;公开调用请以本页的协议说明和当前模型列表为准。

{
  "id": 497673411,
  "name": "获取请求结果",
  "type": "http",
  "serverId": "",
  "preProcessors": [],
  "postProcessors": [],
  "inheritPreProcessors": {},
  "inheritPostProcessors": {},
  "description": "",
  "operationId": "",
  "sourceUrl": "",
  "method": "get",
  "path": "/fal-ai/{model_name}/requests/{request_id}",
  "tags": [],
  "status": 1,
  "requestBody": {
    "type": "none",
    "parameters": [],
    "examples": [],
    "mediaType": "",
    "oasExtensions": "",
    "required": false,
    "additionalContentTypes": []
  },
  "parameters": {
    "path": [
      {
        "id": "model_name#0",
        "name": "model_name",
        "required": true,
        "enable": true,
        "description": "模型名称,auto 我们系统会自动判断model_name",
        "type": "string",
        "sampleValue": "auto"
      },
      {
        "id": "request_id#0",
        "name": "request_id",
        "required": true,
        "enable": true,
        "description": "任务id",
        "type": "string",
        "sampleValue": "5ed6b6bb-eaa3-4006-859b-e2f3fa748d8c"
      }
    ],
    "query": [],
    "cookie": [],
    "header": []
  },
  "commonParameters": {
    "query": [],
    "body": [],
    "cookie": [],
    "header": []
  },
  "auth": {},
  "responses": [
    {
      "id": 180672083,
      "name": "成功",
      "code": 200,
      "contentType": "json",
      "jsonSchema": {
        "type": "object",
        "properties": {},
        "x-apifox-orders": []
      },
      "itemSchema": {},
      "description": "",
      "mediaType": "",
      "headers": [],
      "oasExtensions": ""
    }
  ],
  "responseExamples": [
    {
      "name": "成功示例",
      "responseId": 180672083,
      "data": "{\r\n    \"seed\": 2841475369,\r\n    \"images\": [\r\n        {\r\n            \"url\": \"https://fal.media/files/tiger/BwdOcvXOx0UmkCyCMZGmZ_1ee10db761e146a28fdaadafa528d239.jpg\",\r\n            \"width\": 1024,\r\n            \"height\": 1024,\r\n            \"content_type\": \"image/jpeg\"\r\n        }\r\n    ],\r\n    \"prompt\": \"Put the little duckling on top of the woman's t-shirt.\",\r\n    \"request\": {\r\n        \"prompt\": \"Put the little duckling on top of the woman's t-shirt.\",\r\n        \"image_urls\": [\r\n            \"https://v3.fal.media/files/penguin/XoW0qavfF-ahg-jX4BMyL_image.webp\",\r\n            \"https://v3.fal.media/files/tiger/bml6YA7DWJXOigadvxk75_image.webp\"\r\n        ],\r\n        \"num_images\": 1,\r\n        \"output_format\": \"jpeg\",\r\n        \"guidance_scale\": 3.5,\r\n        \"safety_tolerance\": \"2\"\r\n    },\r\n    \"timings\": {},\r\n    \"has_nsfw_concepts\": [\r\n        false\r\n    ]\r\n}",
      "description": "",
      "oasKey": "",
      "oasExtensions": "",
      "id": "019fd25e-4beb-707b-9d9e-8c1c76fb4135"
    }
  ],
  "codeSamples": [],
  "projectId": 8662722,
  "moduleId": 8310462,
  "folderId": 92436089,
  "ordering": 0,
  "responsibleId": 0,
  "commonResponseStatus": {},
  "advancedSettings": {
    "disabledSystemHeaders": {}
  },
  "customApiFields": {},
  "oasExtensions": "",
  "mockScript": {},
  "createdAt": "2026-08-05T14:40:23.000Z",
  "updatedAt": "2026-08-06T12:15:55.000Z",
  "creatorId": 2863449,
  "editorId": 2863449,
  "creatorUserId": 2863449,
  "editorUserId": 2863449,
  "responseChildren": [
    "BLANK.180672083"
  ],
  "visibility": "INHERITED",
  "securityScheme": {},
  "callbacks": ""
}