查询任务

GET /v1/video/query

MethodGET
Path/v1/video/query
Typehttp
Status1
Module2102810
Folder67930391

说明

给定一个提示,该模型将返回一个或多个预测的完成,并且还可以返回每个位置的替代标记的概率。

为提供的提示和参数创建完成

概览

MethodGET
Path/v1/video/query
Typehttp
Status1
Module2102810
Folder67930391

参数

{
  "query": [
    {
      "required": true,
      "description": "任务ID\n",
      "type": "string",
      "id": "7rOP7JuU9B",
      "enable": true,
      "name": "id",
      "sampleValue": "sora-2:task_01kbfq03gpe0wr9ge11z09xqrj"
    }
  ],
  "path": [],
  "cookie": [],
  "header": [
    {
      "id": "NQs7bxnpZf",
      "name": "Content-Type",
      "required": true,
      "description": "",
      "type": "string",
      "enable": true,
      "sampleValue": "application/json"
    },
    {
      "id": "qb8tEQbCty",
      "name": "Accept",
      "required": true,
      "description": "",
      "type": "string",
      "enable": true,
      "sampleValue": "application/json"
    },
    {
      "required": false,
      "description": "",
      "type": "string",
      "id": "gBxcCbXhsa",
      "enable": true,
      "name": "Authorization",
      "sampleValue": "Bearer {{YOUR_API_KEY}}"
    },
    {
      "required": false,
      "description": "",
      "type": "string",
      "id": "t8P0euDZvz",
      "enable": false,
      "name": "X-Forwarded-Host",
      "sampleValue": "localhost:5173"
    }
  ]
}

请求体

{
  "type": "multipart/form-data",
  "parameters": [],
  "jsonSchema": {
    "type": "object",
    "properties": {
      "model": {
        "type": "string",
        "description": "枚举值:\nveo2\nveo2-fast\nveo2-fast-frames\nveo2-fast-components\nveo2-pro\nveo3\nveo3-fast\nveo3-pro\nveo3-pro-frames"
      },
      "messages": {
        "type": "array",
        "items": {
          "type": "object",
          "properties": {
            "role": {
              "type": "string"
            },
            "content": {
              "type": "string"
            }
          },
          "x-apifox-orders": [
            "role",
            "content"
          ]
        },
        "description": "至今为止对话所包含的消息列表。Python 代码示例。"
      },
      "stream": {
        "type": "boolean",
        "description": "默认为 false 如果设置,则像在 ChatGPT 中一样会发送部分消息增量。标记将以仅数据的服务器发送事件的形式发送,这些事件在可用时,并在 data: [DONE] 消息终止流。Python 代码示例。"
      }
    },
    "required": [
      "model",
      "messages"
    ],
    "x-apifox-orders": [
      "model",
      "messages",
      "stream"
    ]
  },
  "required": false,
  "mediaType": "",
  "examples": [
    {
      "value": "",
      "mediaType": "application/json"
    }
  ],
  "oasExtensions": ""
}

响应

[
  {
    "id": 782190061,
    "name": "成功",
    "code": 200,
    "contentType": "json",
    "jsonSchema": {
      "type": "object",
      "properties": {
        "id": {
          "type": "string"
        },
        "status": {
          "type": "string"
        },
        "video_url": {
          "type": "null"
        },
        "enhanced_prompt": {
          "type": "string"
        },
        "status_update_time": {
          "type": "integer"
        }
      },
      "required": [
        "id",
        "status",
        "video_url",
        "enhanced_prompt",
        "status_update_time"
      ]
    },
    "itemSchema": {},
    "description": "",
    "mediaType": "",
    "headers": [],
    "oasExtensions": ""
  }
]

响应示例

[
  {
    "name": "pending",
    "responseId": 782190061,
    "data": "{\r\n    \"id\": \"sora-2:task_01k6x15vhrff09dkkqjrzwhm60\",\r\n    \"detail\": {\r\n        \"id\": \"task_01k6x15vhrff09dkkqjrzwhm60\",\r\n        \"input\": {\r\n            \"size\": \"small\",\r\n            \"model\": \"sy_ore\",\r\n            \"images\": [\r\n                \"https://filesystem.site/cdn/20250612/VfgB5ubjInVt8sG6rzMppxnu7gEfde.png\",\r\n                \"https://filesystem.site/cdn/20250612/998IGmUiM2koBGZM3UnZeImbPBNIUL.png\"\r\n            ],\r\n            \"prompt\": \"make animate\",\r\n            \"orientation\": \"portrait\"\r\n        },\r\n        \"status\": \"pending\",\r\n        \"pending_info\": {\r\n            \"id\": \"task_01k6x15vhrff09dkkqjrzwhm60\",\r\n            \"seed\": null,\r\n            \"type\": \"video_gen\",\r\n            \"user\": \"user-a1sGDUIOXV32hNITe59LEkHa\",\r\n            \"model\": \"sy_8\",\r\n            \"title\": \"New Video\",\r\n            \"width\": 352,\r\n            \"height\": 640,\r\n            \"prompt\": \"make animate\",\r\n            \"sdedit\": null,\r\n            \"status\": \"processing\",\r\n            \"actions\": null,\r\n            \"guidance\": null,\r\n            \"n_frames\": 450,\r\n            \"priority\": 2,\r\n            \"operation\": \"simple_compose\",\r\n            \"preset_id\": null,\r\n            \"created_at\": \"2025-10-06T15:10:26.875729Z\",\r\n            \"n_variants\": 1,\r\n            \"project_id\": null,\r\n            \"request_id\": null,\r\n            \"generations\": [],\r\n            \"tracking_id\": null,\r\n            \"progress_pct\": 0.9302178175176704,\r\n            \"remix_config\": null,\r\n            \"inpaint_items\": [\r\n                {\r\n                    \"type\": \"image\",\r\n                    \"preset_id\": null,\r\n                    \"crop_bounds\": null,\r\n                    \"frame_index\": 0,\r\n                    \"cameo_file_id\": null,\r\n                    \"generation_id\": null,\r\n                    \"upload_media_id\": \"media_01k6x15tnzezbst05sth2qgd8r\",\r\n                    \"source_end_frame\": 0,\r\n                    \"uploaded_file_id\": null,\r\n                    \"source_start_frame\": 0\r\n                },\r\n                {\r\n                    \"type\": \"image\",\r\n                    \"preset_id\": null,\r\n                    \"crop_bounds\": null,\r\n                    \"frame_index\": 0,\r\n                    \"cameo_file_id\": null,\r\n                    \"generation_id\": null,\r\n                    \"upload_media_id\": \"media_01k6x15tzafwztz74t018v3enw\",\r\n                    \"source_end_frame\": 0,\r\n                    \"uploaded_file_id\": null,\r\n                    \"source_start_frame\": 0\r\n                }\r\n            ],\r\n            \"interpolation\": null,\r\n            \"is_storyboard\": null,\r\n            \"failure_reason\": null,\r\n            \"organization_id\": null,\r\n            \"moderation_result\": {\r\n                \"code\": null,\r\n                \"type\": \"passed\",\r\n                \"task_id\": \"task_01k6x15vhrff09dkkqjrzwhm60\",\r\n                \"is_output_rejection\": false,\r\n                \"results_by_frame_index\": {}\r\n            },\r\n            \"needs_user_review\": false,\r\n            \"queue_status_message\": null,\r\n            \"progress_pos_in_queue\": null,\r\n            \"num_unsafe_generations\": 0,\r\n            \"estimated_queue_wait_time\": null\r\n        }\r\n    },\r\n    \"status\": \"pending\",\r\n    \"status_update_time\": 1759763621142\r\n}",
    "description": "",
    "oasKey": "",
    "oasExtensions": "",
    "id": 710591539
  },
  {
    "name": "completed",
    "responseId": 782190061,
    "data": "{\r\n    \"id\": \"sora-2:task_01k6x15vhrff09dkkqjrzwhm60\",\r\n    \"width\": 352,\r\n    \"detail\": {\r\n        \"id\": \"task_01k6x15vhrff09dkkqjrzwhm60\",\r\n        \"url\": \"https://filesystem.site/gptimage/vg-assets/assets%2Ftask_01k6x15vhrff09dkkqjrzwhm60%2Ftask_01k6x15vhrff09dkkqjrzwhm60_genid_6d46f487-b05f-4854-9c0f-4f2169caab0d_25_10_06_15_13_166244%2Fvideos%2F00000_wm%2Fsrc.mp4?st=2025-10-06T14%3A04%3A21Z&se=2025-10-12T15%3A04%3A21Z&sks=b&skt=2025-10-06T14%3A04%3A21Z&ske=2025-10-12T15%3A04%3A21Z&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skoid=8ebb0df1-a278-4e2e-9c20-f2d373479b3a&skv=2019-02-02&sv=2018-11-09&sr=b&sp=r&spr=https%2Chttp&sig=log0LI%2Bwadi1bnm9MOw4UAptQC9Bi%2F8fPcpSVeRBq7I%3D&az=oaivgprodscus\",\r\n        \"input\": {\r\n            \"size\": \"small\",\r\n            \"model\": \"sy_ore\",\r\n            \"images\": [\r\n                \"https://filesystem.site/cdn/20250612/VfgB5ubjInVt8sG6rzMppxnu7gEfde.png\",\r\n                \"https://filesystem.site/cdn/20250612/998IGmUiM2koBGZM3UnZeImbPBNIUL.png\"\r\n            ],\r\n            \"prompt\": \"make animate\",\r\n            \"orientation\": \"portrait\"\r\n        },\r\n        \"status\": \"completed\",\r\n        \"gif_url\": \"https://filesystem.site/gptimage/vg-assets/assets%2Ftask_01k6x15vhrff09dkkqjrzwhm60%2Ftask_01k6x15vhrff09dkkqjrzwhm60_genid_6d46f487-b05f-4854-9c0f-4f2169caab0d_25_10_06_15_13_166244%2Fvideos%2F00000_wm%2Fpreview.gif?st=2025-10-06T14%3A04%3A21Z&se=2025-10-12T15%3A04%3A21Z&sks=b&skt=2025-10-06T14%3A04%3A21Z&ske=2025-10-12T15%3A04%3A21Z&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skoid=8ebb0df1-a278-4e2e-9c20-f2d373479b3a&skv=2019-02-02&sv=2018-11-09&sr=b&sp=r&spr=https%2Chttp&sig=EoeGtZEdRHRRF6Y6KghYOngvj9NaocLD5Jh23OAeZXc%3D&az=oaivgprodscus\",\r\n        \"draft_info\": {\r\n            \"id\": \"gen_01k6x1bffaf3dr786harh8maqt\",\r\n            \"url\": \"https://videos.openai.com/vg-assets/assets%2Ftask_01k6x15vhrff09dkkqjrzwhm60%2Ftask_01k6x15vhrff09dkkqjrzwhm60_genid_6d46f487-b05f-4854-9c0f-4f2169caab0d_25_10_06_15_13_166244%2Fvideos%2F00000_wm%2Fsrc.mp4?st=2025-10-06T14%3A04%3A21Z&se=2025-10-12T15%3A04%3A21Z&sks=b&skt=2025-10-06T14%3A04%3A21Z&ske=2025-10-12T15%3A04%3A21Z&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skoid=8ebb0df1-a278-4e2e-9c20-f2d373479b3a&skv=2019-02-02&sv=2018-11-09&sr=b&sp=r&spr=https%2Chttp&sig=log0LI%2Bwadi1bnm9MOw4UAptQC9Bi%2F8fPcpSVeRBq7I%3D&az=oaivgprodscus\",\r\n            \"kind\": \"sora_draft\",\r\n            \"tags\": [],\r\n            \"title\": null,\r\n            \"width\": 352,\r\n            \"height\": 640,\r\n            \"prompt\": \"make animate\",\r\n            \"task_id\": \"task_01k6x15vhrff09dkkqjrzwhm60\",\r\n            \"encodings\": {\r\n                \"md\": {\r\n                    \"path\": \"https://videos.openai.com/vg-assets/assets%2Ftask_01k6x15vhrff09dkkqjrzwhm60%2Ftask_01k6x15vhrff09dkkqjrzwhm60_genid_6d46f487-b05f-4854-9c0f-4f2169caab0d_25_10_06_15_13_166244%2Fvideos%2F00000_wm%2Fmd.mp4?st=2025-10-06T14%3A04%3A21Z&se=2025-10-12T15%3A04%3A21Z&sks=b&skt=2025-10-06T14%3A04%3A21Z&ske=2025-10-12T15%3A04%3A21Z&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skoid=8ebb0df1-a278-4e2e-9c20-f2d373479b3a&skv=2019-02-02&sv=2018-11-09&sr=b&sp=r&spr=https%2Chttp&sig=sk0XqtY55jqLECnAx9L9O%2BP4fpFmKisIGwQ2rFGJVLU%3D&az=oaivgprodscus\"\r\n                },\r\n                \"gif\": {\r\n                    \"path\": \"https://videos.openai.com/vg-assets/assets%2Ftask_01k6x15vhrff09dkkqjrzwhm60%2Ftask_01k6x15vhrff09dkkqjrzwhm60_genid_6d46f487-b05f-4854-9c0f-4f2169caab0d_25_10_06_15_13_166244%2Fvideos%2F00000_wm%2Fpreview.gif?st=2025-10-06T14%3A04%3A21Z&se=2025-10-12T15%3A04%3A21Z&sks=b&skt=2025-10-06T14%3A04%3A21Z&ske=2025-10-12T15%3A04%3A21Z&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skoid=8ebb0df1-a278-4e2e-9c20-f2d373479b3a&skv=2019-02-02&sv=2018-11-09&sr=b&sp=r&spr=https%2Chttp&sig=EoeGtZEdRHRRF6Y6KghYOngvj9NaocLD5Jh23OAeZXc%3D&az=oaivgprodscus\"\r\n                },\r\n                \"source\": {\r\n                    \"path\": \"https://videos.openai.com/vg-assets/assets%2Ftask_01k6x15vhrff09dkkqjrzwhm60%2Ftask_01k6x15vhrff09dkkqjrzwhm60_genid_6d46f487-b05f-4854-9c0f-4f2169caab0d_25_10_06_15_13_166244%2Fvideos%2F00000_wm%2Fsrc.mp4?st=2025-10-06T14%3A04%3A21Z&se=2025-10-12T15%3A04%3A21Z&sks=b&skt=2025-10-06T14%3A04%3A21Z&ske=2025-10-12T15%3A04%3A21Z&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skoid=8ebb0df1-a278-4e2e-9c20-f2d373479b3a&skv=2019-02-02&sv=2018-11-09&sr=b&sp=r&spr=https%2Chttp&sig=log0LI%2Bwadi1bnm9MOw4UAptQC9Bi%2F8fPcpSVeRBq7I%3D&az=oaivgprodscus\"\r\n                },\r\n                \"unfurl\": null,\r\n                \"source_wm\": {\r\n                    \"path\": \"https://videos.openai.com/vg-assets/assets%2Ftask_01k6x15vhrff09dkkqjrzwhm60%2Ftask_01k6x15vhrff09dkkqjrzwhm60_genid_6d46f487-b05f-4854-9c0f-4f2169caab0d_25_10_06_15_13_166244%2Fvideos%2F00000_wm%2Fsrc.mp4?st=2025-10-06T14%3A04%3A21Z&se=2025-10-12T15%3A04%3A21Z&sks=b&skt=2025-10-06T14%3A04%3A21Z&ske=2025-10-12T15%3A04%3A21Z&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skoid=8ebb0df1-a278-4e2e-9c20-f2d373479b3a&skv=2019-02-02&sv=2018-11-09&sr=b&sp=r&spr=https%2Chttp&sig=log0LI%2Bwadi1bnm9MOw4UAptQC9Bi%2F8fPcpSVeRBq7I%3D&az=oaivgprodscus\"\r\n                },\r\n                \"thumbnail\": {\r\n                    \"path\": \"https://videos.openai.com/vg-assets/assets%2Ftask_01k6x15vhrff09dkkqjrzwhm60%2Ftask_01k6x15vhrff09dkkqjrzwhm60_genid_6d46f487-b05f-4854-9c0f-4f2169caab0d_25_10_06_15_13_166244%2Fvideos%2F00000_wm%2Fthumbnail.webp?st=2025-10-06T14%3A04%3A21Z&se=2025-10-12T15%3A04%3A21Z&sks=b&skt=2025-10-06T14%3A04%3A21Z&ske=2025-10-12T15%3A04%3A21Z&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skoid=8ebb0df1-a278-4e2e-9c20-f2d373479b3a&skv=2019-02-02&sv=2018-11-09&sr=b&sp=r&spr=https%2Chttp&sig=ovYpytJMOZjyqD4vIf%2B66V5YqGGopu7AQM9n5ef421I%3D&az=oaivgprodscus\"\r\n                }\r\n            },\r\n            \"created_at\": 1759763631.222531,\r\n            \"generation_id\": \"gen_01k6x1bffaf3dr786harh8maqt\",\r\n            \"draft_reviewed\": false,\r\n            \"creation_config\": {\r\n                \"prompt\": \"make animate\",\r\n                \"task_id\": null,\r\n                \"n_frames\": null,\r\n                \"style_id\": null,\r\n                \"orientation\": null,\r\n                \"inpaint_image\": null,\r\n                \"cameo_profiles\": null,\r\n                \"remix_target_post\": null\r\n            },\r\n            \"generation_type\": \"\",\r\n            \"downloadable_url\": \"https://videos.openai.com/vg-assets/assets%2Ftask_01k6x15vhrff09dkkqjrzwhm60%2Ftask_01k6x15vhrff09dkkqjrzwhm60_genid_6d46f487-b05f-4854-9c0f-4f2169caab0d_25_10_06_15_13_166244%2Fvideos%2F00000_wm%2Fsrc.mp4?st=2025-10-06T14%3A04%3A21Z&se=2025-10-12T15%3A04%3A21Z&sks=b&skt=2025-10-06T14%3A04%3A21Z&ske=2025-10-12T15%3A04%3A21Z&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skoid=8ebb0df1-a278-4e2e-9c20-f2d373479b3a&skv=2019-02-02&sv=2018-11-09&sr=b&sp=r&spr=https%2Chttp&sig=log0LI%2Bwadi1bnm9MOw4UAptQC9Bi%2F8fPcpSVeRBq7I%3D&az=oaivgprodscus\"\r\n        },\r\n        \"thumbnail_url\": \"https://filesystem.site/gptimage/vg-assets/assets%2Ftask_01k6x15vhrff09dkkqjrzwhm60%2Ftask_01k6x15vhrff09dkkqjrzwhm60_genid_6d46f487-b05f-4854-9c0f-4f2169caab0d_25_10_06_15_13_166244%2Fvideos%2F00000_wm%2Fthumbnail.webp?st=2025-10-06T14%3A04%3A21Z&se=2025-10-12T15%3A04%3A21Z&sks=b&skt=2025-10-06T14%3A04%3A21Z&ske=2025-10-12T15%3A04%3A21Z&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skoid=8ebb0df1-a278-4e2e-9c20-f2d373479b3a&skv=2019-02-02&sv=2018-11-09&sr=b&sp=r&spr=https%2Chttp&sig=ovYpytJMOZjyqD4vIf%2B66V5YqGGopu7AQM9n5ef421I%3D&az=oaivgprodscus\"\r\n    },\r\n    \"height\": 640,\r\n    \"status\": \"completed\",\r\n    \"video_url\": \"https://filesystem.site/gptimage/vg-assets/assets%2Ftask_01k6x15vhrff09dkkqjrzwhm60%2Ftask_01k6x15vhrff09dkkqjrzwhm60_genid_6d46f487-b05f-4854-9c0f-4f2169caab0d_25_10_06_15_13_166244%2Fvideos%2F00000_wm%2Fsrc.mp4?st=2025-10-06T14%3A04%3A21Z&se=2025-10-12T15%3A04%3A21Z&sks=b&skt=2025-10-06T14%3A04%3A21Z&ske=2025-10-12T15%3A04%3A21Z&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skoid=8ebb0df1-a278-4e2e-9c20-f2d373479b3a&skv=2019-02-02&sv=2018-11-09&sr=b&sp=r&spr=https%2Chttp&sig=log0LI%2Bwadi1bnm9MOw4UAptQC9Bi%2F8fPcpSVeRBq7I%3D&az=oaivgprodscus\",\r\n    \"thumbnail_url\": \"https://filesystem.site/gptimage/vg-assets/assets%2Ftask_01k6x15vhrff09dkkqjrzwhm60%2Ftask_01k6x15vhrff09dkkqjrzwhm60_genid_6d46f487-b05f-4854-9c0f-4f2169caab0d_25_10_06_15_13_166244%2Fvideos%2F00000_wm%2Fthumbnail.webp?st=2025-10-06T14%3A04%3A21Z&se=2025-10-12T15%3A04%3A21Z&sks=b&skt=2025-10-06T14%3A04%3A21Z&ske=2025-10-12T15%3A04%3A21Z&sktid=a48cca56-e6da-484e-a814-9c849652bcb3&skoid=8ebb0df1-a278-4e2e-9c20-f2d373479b3a&skv=2019-02-02&sv=2018-11-09&sr=b&sp=r&spr=https%2Chttp&sig=ovYpytJMOZjyqD4vIf%2B66V5YqGGopu7AQM9n5ef421I%3D&az=oaivgprodscus\",\r\n    \"status_update_time\": 1759763651908\r\n}",
    "description": "",
    "oasKey": "",
    "oasExtensions": "",
    "id": 710584526
  }
]