批量翻译评论/Bulk translate comments

Instagramapi

About

批量翻译评论/Bulk translate comments

Documentation

批量翻译评论/Bulk translate comments

[中文]

用途:

  • 批量翻译Instagram评论
  • 支持同时翻译多条评论,效率更高
  • 评论ID可从 get_post_comments 接口获取

参数:

  • comment_ids: 评论ID列表,多个ID用逗号分隔,最多10条
    • 例如: 18099342953509681 (单个)
    • 例如: 18099342953509681,18099342953509682,18099342953509683 (多个)

注意:

  • 单次请求最多支持10条评论ID,超过会返回错误

返回:

  • data.comment_translations: 翻译结果映射
    • key: 评论ID
    • value: 翻译后的文本

价格:

  • 0.008 USD/请求

[English]

Purpose:

  • Bulk translate Instagram comments
  • Support translating multiple comments at once for better efficiency
  • Comment IDs can be obtained from get_post_comments API

Parameters:

  • comment_ids: Comment ID list, separated by commas, max 10 IDs
    • Example: 18099342953509681 (single)
    • Example: 18099342953509681,18099342953509682,18099342953509683 (multiple)

Note:

  • Maximum 10 comment IDs per request, exceeding will return an error

Return:

  • data.comment_translations: Translation result mapping
    • key: Comment ID
    • value: Translated text

Price:

  • 0.008 USD/request

示例/Example

comment_ids = "18099342953509681"
# comment_ids = "18099342953509681,18099342953509682"

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

Try 批量翻译评论/Bulk translate comments

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

Open in Playground

Related Models