批量获取Reddit Answers卡片精简帖子信息/Fetch Reddit Answers Generated Posts

Redditapi

About

批量获取Reddit Answers卡片精简帖子信息/Fetch Reddit Answers Generated Posts

Documentation

批量获取Reddit Answers卡片精简帖子信息/Fetch Reddit Answers Generated Posts

[中文]

用途:

  • 批量获取 Reddit Answers / "为你生成的回答" 卡片用的精简帖子信息
  • 相比 fetch_post_details_batch 返回的字段更精简,仅包含展示卡片所需: id / title / score / commentCount / createdAt / url / authorInfo / subreddit / media

参数:

  • post_ids: 帖子ID列表,逗号分隔,格式如 "t3_XXXXXX,t3_YYYYYY"
  • need_format: 是否需要清洗数据

注意:

  • APP接口的ID格式与Web接口不同,需要添加类型前缀
  • 帖子ID前缀: t3_

[English]

Purpose:

  • Fetch lightweight post info used by the Reddit Answers "Generated for you" cards
  • More concise than fetch_post_details_batch, only includes id / title / score / commentCount / createdAt / url / authorInfo / subreddit / media

Parameters:

  • post_ids: Post IDs comma-separated, e.g. "t3_XXXXXX,t3_YYYYYY"
  • need_format: Whether to clean and format the data

Note:

  • APP API ID format differs from Web API, requires type prefix
  • Post ID prefix: t3_

[示例/Example]

post_ids="t3_1tlh0ir,t3_1tl1dlj,t3_1tl0br7" need_format=false

Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

Try 批量获取Reddit Answers卡片精简帖子信息/Fetch Reddit Answers Generated Posts

Test this model in the Sandbase Playground with your own prompts.

Open in Playground

Related Models