> ## 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.

# 获取kol视频表现V1

> 获取kol视频表现V1

获取kol视频表现V1

**计费** — 成功调用基准价 \$0.029（= provider 成本 × 1.45；最终扣费按你的套餐倍率浮动）。仅当上游响应体 `code` 为 `200` 时计费。

<Note>
  响应结构尚未完整文档化 —— **以实际调用为准**。
</Note>

## 示例

```bash theme={null}
curl "https://api.aisa.one/apis/v1/tikhub/douyin/xingtu/kol_video_performance_v1?kolId=7048929565493690398&onlyAssign=False" \
  -H "Authorization: Bearer YOUR_API_KEY"
```


## OpenAPI

````yaml openapi/tikhub.json GET /tikhub/douyin/xingtu/kol_video_performance_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_video_performance_v1:
    get:
      tags:
        - TikHub - Douyin
      summary: Get kol Video Performance V1
      description: Get kol Video Performance V1
      operationId: get_tikhub_douyin_xingtu_kol_video_performance_v1
      parameters:
        - name: kolId
          in: query
          required: true
          schema:
            type: string
            description: 用户的kolId/User kolId
            title: Kolid
          description: 用户的kolId/User kolId
          example: '7048929565493690398'
        - name: onlyAssign
          in: query
          required: true
          schema:
            type: boolean
            description: 是否只显示分配作品/Whether to display only assigned works
            title: Onlyassign
          description: 是否只显示分配作品/Whether to display only assigned works
          example: false
      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

````