Create comment

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

FieldRequiredTypeDescription
textYesstringComment text (max 500 characters)
timeNo*integerVideo timestamp in seconds
user_nameNostringUser name (uses authenticated name if not provided)
reply_toNostringParent 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
Language
Credentials
Header
Click Try It! to start a request and see the response here!