可想AI开放平台
创作平台
创作平台
  1. GG
  • 服务简介
  • 快速入门
  • 产品定价
  • 视频合成
    • imgs2video(图片数组合成视频)
    • imgs2video_lite(单图合成视频)
    • video2video(视频合成视频)
    • videoCutRandom(视频片段获取)
    • videoDuration(获取视频时长)
    • videoFrames(视频截帧)
    • videoAddSubtitle(为视频添加字幕)
    • subTaskFetch(为视频添加字幕任务查询)
    • videoAddGif(视频添加GIF贴纸)
    • imgToVideo(单张图片合成视频)
    • videoAddAudio(为视频添加音频)
  • 字幕识别
    • 字幕识别
  • 文案提取
    • 短视频文案提取
    • 长视频文案提取
    • 长视频文案提取查询
  • GG
    • KbananaPro-渠道版任务提交
      POST
    • Kbanana2-渠道版任务提交
      POST
    • Kbanana-渠道版任务查询
      POST
    • Kbanana2-official-任务提交
      POST
    • KbananaPro-official-任务提交
      POST
    • Kbanana-official结果查询
      GET
  • 火山引擎
    • Seedance1.0-首尾帧
    • 豆包文生图3.0
    • 豆包图片编辑3.0
    • 豆包图片生成4.5
    • seedance2.0视频生成
    • seedance2.0视频生成查询
    • seedance2.0素材审核提交
    • seedance2.0素材审核查询
  • 即梦
    • 即梦视频生成任务查询
  • 腾讯混元
    • 视频特效
    • 视频特效任务查询
    • 视频风格化
    • 视频风格化任务查询
  • 通义万相
    • Z-image
    • 视频换人
    • 视频换人查询
    • 数字人-对口型
    • 数字人-对口型查询
    • 文生视频-wan2.5
    • 文生视频-wan2.5查询
  • KopenAI
    • KImage2-official任务创建
    • KImage2-official任务查询
  • 可灵
    • Kling-V3
    • Kling-V3-omni-文生视频
    • Kling-V3-omni-图生视频
    • Kling-V3-omni-首尾帧生视频
    • Kling-V3-omni-全能参考
    • Kling-V3-动作控制
    • Kling结果查询
  1. GG

Kbanana-official结果查询

GET
/api/v1/user_task/get/passAuth/{id}
Last modified:2026-06-14 04:07:38
支持Kbanana2-official、Kbananapro-official的任务查询

Request

Path Params

Header Params

Responses

🟢200OK
application/json
Bodyapplication/json

Request Request Example
Shell
JavaScript
Java
Swift
curl --location '/api/v1/user_task/get/passAuth/33201' \
--header 'x-api-key: 688f9c86e76d40cdddfdd4b99b82e660' \
--header 'Content-Type: application/json'
Response Response Example
{
    "id": 33201,
    "created_at": "2026-06-13T23:14:07.689977+08:00",
    "updated_at": "2026-06-13T23:18:40.462006+08:00",
    "project_id": 7113,
    "user_input": {
        "modelType": "img2img",
        "modelName": "gemini-3-pro-image-preview",
        "prompt": "Remove the background and replace it with a beach scene",
        "size": "9:16",
        "resolution": "1k",
        "image_urls": [
            "https://mathmind-files.oss-cn-beijing.aliyuncs.com/images/kx_gemini_d2be512a1e50456a918eaaff036b9136.png"
        ]
    },
    "cover_url": null,
    "service_output": {
        "imgUrl": "https://mathmind-files.oss-cn-beijing.aliyuncs.com/images/kx_gemini_d7f5d2bcad9a48189ce41e5da9339355.png",
        "imgUrls": null,
        "videoUrl": null,
        "taskId": 33201,
        "failReason": null,
        "prompt": "**Integrating Elements Seamlessly**\n\nMy recent focus has been on the successful integration of the lake and cabin into the beach environment. The background has been altered as specified, and the composition now aligns with the user's request, creating the desired visual outcome.\n\n"
    },
    "source": "0",
    "del_status": "0",
    "is_hidden": "0",
    "task_status": "success",
    "cost": "1.2"
}
Modified at 2026-06-14 04:07:38
Previous
KbananaPro-official-任务提交
Next
Seedance1.0-首尾帧
Built with