GET /v1/douyin/xingtu_v2/get_author_homepage_videos
Get Author Homepage Videos
stable · 3 credits per success
Get creator homepage video list with pagination, including interaction rate,;finish rate and content theme labels per item;Can filter by star(sponsored) items and publish time range;Differs from `get_author_show_items`: paginated and filterable, returns total count;Price: 0.002$ / time;o_author_id: Creator ID;page: Page number, default 1;is_star_item: 1=star items only, 0=non-star only, omit=all;…
Request parameters
| Name | Type | In | Required | Description | Example |
|---|---|---|---|---|---|
| page | integer | query | no | 页码 | 1 |
| end_time | integer | query | no | 作品发布结束时间,unix秒 | demo |
| start_time | integer | query | no | 作品发布起始时间,unix秒 | demo |
| o_author_id | string | query | yes | 创作者ID | 7029342444797820939 |
| is_star_item | integer | query | no | 1=仅星图作品,0=仅非星图作品,不传=全部 | demo |
Response fields
Field dictionary coming soon — the executable panel shows the live shape.
Errors
| code | HTTP | Meaning | Billed |
|---|---|---|---|
| 40001 | 400 | Invalid parameters | no |
| 40102 | 401 | Invalid or revoked API Key | no |
| 40201 | 402 | Insufficient credits | no |
| 40402 | 404 | Resource not found | no |
| 42201 | 422 | Quality gate failed | no |
| 42901 | 429 | Rate limit exceeded | no |
| 50401 | 504 | Upstream timeout | no |
| 50201 | 502 | Upstream error | no |
Billing
Success costs 3 credits. Any failure — including a 200 from upstream that fails the quality gate — costs 0.