> ## Documentation Index
> Fetch the complete documentation index at: https://aisa.one/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Get kol Convert Video Display V1

> Get kol Convert Video Display V1

Get kol Convert Video Display V1

**Pricing** — base \$0.029 per successful call (provider cost × 1.45; final charge scales by your plan multiplier). Charged only when the upstream response body `code` is `200`.

<Note>
  Response structure is not yet fully documented — **refer to the actual API response**.
</Note>

## Example

```bash theme={null}
curl "https://api.aisa.one/apis/v1/tikhub/douyin/xingtu/kol_convert_video_display_v1?kolId=7048929565493690398&detailType=_1&page=1" \
  -H "Authorization: Bearer YOUR_API_KEY"
```


## OpenAPI

````yaml openapi/tikhub-en.json GET /tikhub/douyin/xingtu/kol_convert_video_display_v1
openapi: 3.0.0
info:
  title: TikHub API
  description: >-
    Multi-platform social media data via TikHub — Douyin, TikTok, Bilibili,
    Kuaishou, Weibo, Xiaohongshu, Zhihu, and commercial
    (Xingtu/Huahuo/Billboard) endpoints.
  version: 1.0.0
servers:
  - url: https://api.aisa.one/apis/v1
security:
  - bearerAuth: []
paths:
  /tikhub/douyin/xingtu/kol_convert_video_display_v1:
    get:
      tags:
        - TikHub - Douyin
      summary: Get kol Convert Video Display V1
      description: Get kol Convert Video Display V1
      operationId: get_tikhub_douyin_xingtu_kol_convert_video_display_v1
      parameters:
        - name: kolId
          in: query
          required: true
          schema:
            type: string
            description: User kolId
            title: Kolid
          description: User kolId
          example: '7048929565493690398'
        - name: detailType
          in: query
          required: true
          schema:
            type: string
            description: Detail Type
            title: Detailtype
          description: Detail Type
          example: _1
        - name: page
          in: query
          required: true
          schema:
            type: integer
            description: Page
            title: Page
          description: Page
          example: 1
      responses:
        '200':
          description: >-
            Successful response. Response structure varies; refer to the actual
            API response.
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer
      description: AIsa API key. Get yours at https://aisa.one

````