Topview-api
    Topview-api
    • API文档
    • Avatar Marketing Video
      • script
        • list script content
        • update script content
      • submit task
        POST
      • query task
        GET
      • export
        POST
    • Video Avatar
      • Video Avatar API Usage
      • submit task
        POST
      • query task
        GET
    • Product Avatar
      • Product Avatar API Usage
      • Replace Product Image
        • submit task
        • query task
      • Image2Video
        • submit task
        • query task
      • Category Query
        GET
      • Public product avatar Query
        GET
    • Product AnyShoot
      • Replace Product Image
        • submit task
        • query task
      • Template Category
        GET
      • Template List
        GET
    • Common Task
      • image2Video
        • submit task
        • query task
    • Scraper
      • submit scraper task
        POST
      • query scraper task
        GET
    • Upload
      • Get Upload Credential
        GET
      • Get Upload Check
        GET
    • check notice url
      POST
    • Voice Query
      GET
    • Ethnicity Query
      GET
    • AiAvatar Query
      GET
    • Caption List
      GET

      Caption List

      Developing
      GET
      /v1/caption/list

      Request

      Header Params
      Topview-Uid
      string 
      required
      Example:
      NsESlcgHzduRte5CcJn3
      Authorization
      string 
      required
      Example:
      Bearer sk-KKYbX8ac7EJ_9MvWXssSLKOkDT0_Dtwq7G6iGteJhxU

      Request samples

      Shell
      JavaScript
      Java
      Swift
      Go
      PHP
      Python
      HTTP
      C
      C#
      Objective-C
      Ruby
      OCaml
      Dart
      R
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET 'https://api.topview.ai/v1/caption/list' \
      --header 'Topview-Uid: NsESlcgHzduRte5CcJn3' \
      --header 'Authorization: Bearer sk-KKYbX8ac7EJ_9MvWXssSLKOkDT0_Dtwq7G6iGteJhxU'

      Responses

      🟢200OK
      application/json
      Body
      code
      string 
      required
      message
      string 
      required
      result
      array [object {2}] 
      required
      captionId
      string 
      required
      字幕名称
      thumbnail
      string 
      required
      字幕缩略图地址
      Example
      {
          "code": "string",
          "message": "string",
          "result": [
              {
                  "captionId": "string",
                  "thumbnail": "string"
              }
          ]
      }
      Modified at 2025-05-26 02:51:08
      Previous
      AiAvatar Query
      Built with