WeChat Channels Search Latest Videos · WeChat Channels API
WeChat Channels Search Latest Videos
curl https://api.unifapi.com/wechat-channels/search-latest \ -H "Authorization: Bearer $UNIFAPI_KEY"
This operation is part of the WeChat Channels API in the social platforms category. It uses the same Bearer token, request tracing, error model, and billing envelope as every UnifAPI endpoint, so agents can switch between platforms without custom per-vendor glue code.
Use it when a workflow needs WeChat Channels public data but should still keep one API key, one account balance, and one predictable JSON contract across social, live public-data sources.
Common agent workflows
- Search WeChat Channels for public mentions, creators, posts, or topics matching a user query.
- Feed ranked WeChat Channels results into research, monitoring, and enrichment workflows.
- Give an AI agent a stable WeChat Channels data source without building a per-platform integration.
- Normalize WeChat Channels responses into the same UnifAPI envelope used across the catalog.
Unified envelope, platform-native fields
- List-style responses return `data` as an array of top-level records plus optional `pagination` for continuation tokens or cursors.
- The `billing.records_charged` field matches the number of billable top-level records returned, subject to the one-record minimum.
- If the workspace balance cannot cover every result, the response can be truncated and `billing.truncated_due_to_balance` tells the caller why.
Billing
Every successful call costs at least one credit. List and search operations charge by billable records returned; single-object lookups charge one record when they succeed. Platform-caused failures can be refunded, and public responses include billing metadata with the credits charged and remaining workspace balance.
Errors and retries
Authentication, validation, rate-limit, not-found, and provider errors use the unified UnifAPI error format. Agents should log `request_id`, retry only retryable failures, and treat invalid API keys, disabled keys, and expired keys as the same public `unauthorized` error type.
More WeChat Channels operations
Combine endpoints from the same platform, then join the results with other UnifAPI categories without changing authentication or response parsing.
WeChat Channels Comments
WeChat Channels Comments
WeChat Channels Home Page
WeChat Channels Home Page
Search WeChat Channels
Search WeChat Channels
WeChat Channels Comprehensive Search
WeChat Channels Comprehensive Search