核心请求规范
所有社媒端点通过单一代理网关调用:- HTTP Method:
POST - URL:
https://socialvision.tisyk.xyz/api/v1/run - Headers:
Authorization:Bearer sv_live_你的API_KEYContent-Type:application/json
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
面向传统开发者与脚本的透明网关规范
POSThttps://socialvision.tisyk.xyz/api/v1/runAuthorization: Bearer sv_live_你的API_KEYContent-Type: application/json{
"provider": "tikhub",
"endpoint": "/api/v1/xiaohongshu/app_v2/search_notes",
"input": {
"keyword": "露营穿搭",
"page": 1,
"sort_type": "general"
}
}
{
"runId": "run_01j7abc...",
"status": "COMPLETED",
"output": { ... },
"billing": {
"charged": 0.100000,
"balanceAfter": 49.900000
}
}