Create Video Comment
neptime_create_video_commentPost a comment on a video by specifying the video ID and comment text (max 2000 characters).
Instructions
Post a comment on a video. Limit: 50 comments/day, 10s between posts.
Args:
video_id: Video ID (required)
text: Comment text, max 2000 chars (required)
Returns: Created comment object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| video_id | Yes | Video ID | |
| text | Yes | Comment text (max 2000 chars) |