Skip to content

查询任务(单个)

OpenAPI Specification

yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths:
  /kling/v1/videos/text2video/{id}:
    get:
      summary: 查询任务(单个)
      deprecated: false
      description: ''
      tags:
        - 可灵 Kling 平台/文生视频
      parameters:
        - name: id
          in: path
          description: ''
          required: true
          example: '827996385395363846'
          schema:
            type: string
        - name: Content-Type
          in: header
          description: ''
          required: false
          example: application/json
          schema:
            type: string
        - name: Authorization
          in: header
          description: ''
          required: false
          example: Bearer {{YOUR_API_KEY}}
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              type: object
              properties: {}
            example: "// {\r\n//     \"task_id\": \"kling-v1825380683199176793\",      // 文生视频的任务ID 请求路径参数,直接将值填写在请求路径中,与external_task_id两种查询方式二选一\r\n//     \"external_task_id\": \"\",    // 文生视频的自定义任务ID 创建任务时填写的external_task_id,与task_id两种查询方式二选一\r\n// }"
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties: {}
          headers: {}
          x-apifox-name: 成功
      security:
        - bearer: []
      x-apifox-folder: 可灵 Kling 平台/文生视频
      x-apifox-status: released
      x-run-in-apifox: https://app.apifox.com/web/project/5443236/apis/api-386109649-run
components:
  schemas: {}
  securitySchemes:
    bearer:
      type: http
      scheme: bearer
servers:
  - url: https://www.anyapi.vip
    description: 正式环境
security:
  - bearer: []

AnyAPI — 专业的 AI 接口聚合服务