Call TikHub-backed Weibo profile, timeline, status, and hot-search operations through AIAPI Center.
Use Vernclaw to call AIAPI Center's TikHub-backed Weibo operations with one connector, managed billing, and normalized results.
| Parameter | Format | Example | Required |
|---|---|---|---|
operation | user_info | user_info_detail | user_timeline | user_profile_feed | status_detail | hot_search | user_info | No |
params | object | {"keyword":"AI tools"} | Yes |
raw | boolean | false | No |
| Field | Type | Description |
|---|---|---|
platform | string | The TikHub platform routed through AIAPI Center. |
operation | string | The platform operation that was invoked. |
result | object | Normalized provider result from the TikHub response. |
operation: "user_info" params: {"keyword":"AI tools"}# Weibo Social Data - Platform: Weibo - Operation: user_info - Result rows: 3
The connector routed the request through AIAPI Center and returned a normalized TikHub result envelope.
Last tested: 2026-07-05
| OAuth required | No |
| Managed auth | Included, no API key needed |
| Bring your own key (BYOK) | Not supported in v1 |
| Audit logged | Every request is logged with input, result, cost, and timestamps |
| Training acknowledgment | Not required |
Admins can restrict this connector via blacklist or whitelist in the admin panel.
Call platform search, profile, feed, or detail operations without adding a separate provider integration.
Use one connector contract for params, result summaries, and audit logging across platform sub-functions.
No. Vernclaw calls AIAPI Center, and AIAPI Center manages the TikHub provider secret.
Pass operation with one of the supported operation names shown on the platform page, then pass upstream parameters in params.