{
"cookie": "Your_Cookie_Here",
"start_date": "20250713",
"end_date": "20251011",
"genres": [2, 3, 4, 5, 8],
"primary_verticals": ["动物"],
"metric_type": 1
}fetch_item_analysis_involved_vertical 获取垂类标签Authorization: Bearer ********************{
"cookie": "Your_Cookie_Here",
"start_date": "20250713",
"end_date": "20251011",
"genres": [
2,
3,
4,
5,
8
],
"primary_verticals": [
"动物"
],
"metric_type": 1
}curl --location 'https://api.tikomni.com/api/u1/v1/douyin/creator_v2/fetch_item_analysis_item_performance' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"cookie": "Your_Cookie_Here",
"start_date": "20250713",
"end_date": "20251011",
"genres": [
2,
3,
4,
5,
8
],
"primary_verticals": [
"动物"
],
"metric_type": 1
}'{}