Public Media Timeline
账号关注
Public Media Timeline
Document feed for the public media I follow
POST
Public Media Timeline
Documentation Index
Fetch the complete documentation index at: https://docs.reportify.cn/llms.txt
Use this file to discover all available pages before exploring further.
关注公众号时间线
URL:/v1/tools/timeline/public-media方法:
POST描述: 获取用户关注的公众号最新动态时间线。
请求参数
| 参数名 | 类型 | 必填 | 描述 |
|---|---|---|---|
| num | integer | 否 | 返回结果数量,默认 10,范围 1-100 |
响应参数
| 参数名 | 类型 | 描述 |
|---|---|---|
| docs | array | 文档列表 |
| doc_id | string | 文档 ID |
| title | string | 文档标题 |
| summary | string | 文档摘要 |
| category | string | 文档类别 |
| published_at | string | 发布时间 |
| source | string | 来源 |
| channel_name | string | 渠道名称 |
| symbols | array | 相关股票代码列表 |
| total_count | integer | 匹配文档总数 |
| took_ms | integer | 查询耗时(毫秒) |
请求示例
cURL响应示例
错误响应
| 状态码 | 描述 |
|---|---|
| 422 | 请求参数验证失败 |
Authorizations
Enter your Bearer token
Body
application/json
Request model for timeline tools
Number of results to return
Required range:
1 <= x <= 100