post
https://api-v2.pandavideo.com.br/video-review/
Creates a new review link to share a video with external reviewers.
Authentication
This endpoint requires authentication via API Key in the Authorization header.
Authorization: <your-api-key>
Important: The API Key must be sent directly, without the "Bearer" prefix.
Action Parameter
This endpoint uses the query parameter action=link to identify the operation.
POST /video-review/{video_id}?action=link
Required Fields
| Field | Type | Description |
|---|---|---|
link_name | string | Link identifier name (max 255 characters) |
expires_at | number | Unix timestamp in milliseconds of the expiration date |
Optional Fields
| Field | Type | Default | Description |
|---|---|---|---|
allow_comment | boolean | true | Allows adding comments |
allow_status_edit | boolean | true | Allows changing comment status |
show_resolved | boolean | true | Displays resolved comments |
Expiration Limit
The expires_at field must be a date at most 30 days in the future. Links with expiration beyond this limit will be rejected.
Response
Returns the created link with the public URL for sharing in the format:
https://review.pandavideo.com.br/{link_id}
