Instagram modelsapi generation api

instagram/v3/bulk-translate-comments

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

Input
Idle

Example output — click Run to generate your own

API README

Bulk translate comments

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
comment_ids = "18099342953509681"
# comment_ids = "18099342953509681,18099342953509682"

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

Related Models