Create review link

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

FieldTypeDescription
link_namestringLink identifier name (max 255 characters)
expires_atnumberUnix timestamp in milliseconds of the expiration date

Optional Fields

FieldTypeDefaultDescription
allow_commentbooleantrueAllows adding comments
allow_status_editbooleantrueAllows changing comment status
show_resolvedbooleantrueDisplays 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}
Language
Credentials
Header
Click Try It! to start a request and see the response here!