post
https://api-v2.pandavideo.com.br/video-review//comments
Creates a new comment on a video as the authenticated user.
Authentication
This endpoint requires authentication via API Key in the Authorization header.
Authorization: <your-api-key>
Action Parameter
This endpoint uses the query parameter action=comment to identify the operation.
POST /video-review/{video_id}?action=comment
Fields
| Field | Required | Type | Description |
|---|---|---|---|
text | Yes | string | Comment text (max 500 characters) |
time | No* | integer | Video timestamp in seconds |
user_name | No | string | User name (uses authenticated name if not provided) |
reply_to | No | string | Parent comment UUID for replies |
*The time field is required for main comments, but optional for replies (inherits from parent).
Limits
- Maximum of 30 main comments per video
- Maximum of 30 replies per comment
- Text with maximum 500 characters
