给定一个提示,该模型将返回一个或多个预测的完成,并且还可以返回每个位置的替代标记的概率。
为提供的提示和参数创建完成
/v1/video/query给定一个提示,该模型将返回一个或多个预测的完成,并且还可以返回每个位置的替代标记的概率。
为提供的提示和参数创建完成
curl https://top.qingyuntop.ai/v1/video/query \
-H "Authorization: Bearer ${QINGYUN_TOP_API_KEY}"| 参数 | 位置 | 类型 | 必填 | 说明 | 示例 |
|---|---|---|---|---|---|
id | Query | string | 是 | 任务ID | sora-2:task_01kbfq03gpe0wr9ge11z09xqrj |
Content-Type | Header | string | 是 | - | application/json |
Accept | Header | string | 是 | - | application/json |
Authorization | Header | string | 否 | - | Bearer {{YOUR_API_KEY}} |
X-Forwarded-Host | Header | string | 否 | - | localhost:5173 |
model | JSON body | string | 是 | 枚举值: veo2 veo2-fast veo2-fast-frames veo2-fast-components veo2-pro veo3 veo3-fast veo3-pro veo3-pro-frames | - |
messages | JSON body | array<object> | 是 | 至今为止对话所包含的消息列表。Python 代码示例。 | - |
messages[].role | JSON body | string | 否 | - | - |
messages[].content | JSON body | string | 否 | - | - |
stream | JSON body | boolean | 否 | 默认为 false 如果设置,则像在 ChatGPT 中一样会发送部分消息增量。标记将以仅数据的服务器发送事件的形式发送,这些事件在可用时,并在 data: [DONE] 消息终止流。Python 代码示例。 | - |
| 参数 | 位置 | 类型 | 必填 | 说明 | 示例 |
|---|---|---|---|---|---|
id | 响应 JSON | string | 是 | - | - |
status | 响应 JSON | string | 是 | - | - |
video_url | 响应 JSON | null | 是 | - | - |
enhanced_prompt | 响应 JSON | string | 是 | - | - |
status_update_time | 响应 JSON | integer | 是 | - | - |
{
"id": "sora-2:task_01k6x15vhrff09dkkqjrzwhm60",
"detail": {
"id": "task_01k6x15vhrff09dkkqjrzwhm60",
"input": {
"size": "small",
"model": "sy_ore",
"images": [
"https://filesystem.site/cdn/20250612/VfgB5ubjInVt8sG6rzMppxnu7gEfde.png",
"https://filesystem.site/cdn/20250612/998IGmUiM2koBGZM3UnZeImbPBNIUL.png"
],
"prompt": "make animate",
"orientation": "portrait"
},
"status": "pending",
"pending_info": {
"id": "task_01k6x15vhrff09dkkqjrzwhm60",
"seed": null,
"type": "video_gen",
"user": "user-a1sGDUIOXV32hNITe59LEkHa",
"model": "sy_8",
"title": "New Video",
"width": 352,
"height": 640,
"prompt": "make animate",
"sdedit": null,
"status": "processing",
"actions": null,
"guidance": null,
"n_frames": 450,
"priority": 2,
"operation": "simple_compose",
"preset_id": null,
"created_at": "2025-10-06T15:10:26.875729Z",
"n_variants": 1,
"project_id": null,
"request_id": null,
"generations": [],
"tracking_id": null,
"progress_pct": 0.9302178175176704,
"remix_config": null,
"inpaint_items": [
{
"type": "image",
"preset_id": null,
"crop_bounds": null,
"frame_index": 0,
"cameo_file_id": null,
"generation_id": null,
"upload_media_id": "media_01k6x15tnzezbst05sth2qgd8r",
"source_end_frame": 0,
"uploaded_file_id": null,
"source_start_frame": 0
},
{
"type": "image",
"preset_id": null,
"crop_bounds": null,
"frame_index": 0,
"cameo_file_id": null,
"generation_id": null,
"upload_media_id": "media_01k6x15tzafwztz74t018v3enw",
"source_end_frame": 0,
"uploaded_file_id": null,
"source_start_frame": 0
}
],
"interpolation": null,
"is_storyboard": null,
"failure_reason": null,
"organization_id": null,
"moderation_result": {
"code": null,
"type": "passed",
"task_id": "task_01k6x15vhrff09dkkqjrzwhm60",
"is_output_rejection": false,
"results_by_frame_index": {}
},
"needs_user_review": false,
"queue_status_message": null,
"progress_pos_in_queue": null,
"num_unsafe_generations": 0,
"estimated_queue_wait_time": null
}
},
"status": "pending",
"status_update_time": 1759763621142
}以下内容来自 Apifox 快照,可能包含兼容层字段或旧示例;公开调用请以本页的协议说明和当前模型列表为准。
{
"id": 497673347,
"name": "查询任务 ",
"type": "http",
"serverId": "",
"preProcessors": [],
"postProcessors": [],
"inheritPreProcessors": {},
"inheritPostProcessors": {},
"description": "给定一个提示,该模型将返回一个或多个预测的完成,并且还可以返回每个位置的替代标记的概率。\n\n为提供的提示和参数创建完成\n\n",
"operationId": "",
"sourceUrl": "",
"method": "get",
"path": "/v1/video/query",
"tags": [],
"status": 1,
"requestBody": {
"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"
]
},
"examples": [
{
"value": "",
"mediaType": "application/json"
}
],
"mediaType": "",
"oasExtensions": "",
"required": false,
"additionalContentTypes": []
},
"parameters": {
"path": [],
"query": [
{
"id": "7rOP7JuU9B",
"name": "id",
"required": true,
"enable": true,
"description": "任务ID\n",
"type": "string",
"sampleValue": "sora-2:task_01kbfq03gpe0wr9ge11z09xqrj"
}
],
"cookie": [],
"header": [
{
"id": "NQs7bxnpZf",
"name": "Content-Type",
"required": true,
"enable": true,
"description": "",
"type": "string",
"sampleValue": "application/json"
},
{
"id": "qb8tEQbCty",
"name": "Accept",
"required": true,
"enable": true,
"description": "",
"type": "string",
"sampleValue": "application/json"
},
{
"id": "gBxcCbXhsa",
"name": "Authorization",
"required": false,
"enable": true,
"description": "",
"type": "string",
"sampleValue": "Bearer {{YOUR_API_KEY}}"
},
{
"id": "t8P0euDZvz",
"name": "X-Forwarded-Host",
"required": false,
"enable": false,
"description": "",
"type": "string",
"sampleValue": "localhost:5173"
}
]
},
"commonParameters": {
"query": [],
"body": [],
"cookie": [],
"header": []
},
"auth": {},
"responses": [
{
"id": 142691348,
"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"
],
"x-apifox-orders": [
"id",
"status",
"video_url",
"enhanced_prompt",
"status_update_time"
]
},
"itemSchema": {},
"description": "",
"mediaType": "",
"headers": [],
"oasExtensions": ""
}
],
"responseExamples": [
{
"name": "pending",
"responseId": 142691348,
"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": "019fd25e-4be6-7169-93b6-dc746eaa95ed"
},
{
"name": "completed",
"responseId": 142691348,
"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": "019fd25e-4be6-7169-93b6-e349b47e7e2c"
}
],
"codeSamples": [],
"projectId": 8662722,
"moduleId": 8310462,
"folderId": 92436135,
"ordering": 0,
"responsibleId": 0,
"commonResponseStatus": {},
"advancedSettings": {
"disabledSystemHeaders": {},
"isDefaultUrlEncoding": 1
},
"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": [],
"visibility": "INHERITED",
"securityScheme": {},
"callbacks": ""
}