create_review_link
Generate a private shareable link for client video review. Clients watch the video and click Approve or Request Changes—no account required. Get a URL to email or DM.
Instructions
After assembling a video, generate a private shareable review link for a client. The client opens the link in their browser — no account required — sees the video in a premium 'Private Review Room', and clicks Approve or Request Changes. Returns the review URL to paste into an email or DM.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pin | No | Optional 4-digit PIN the client must enter before viewing the review. | |
| metadata | No | Optional context shown in the review room: caption, hook_text, style, format, platform_targets. | |
| output_path | Yes | The local file path or public URL of the rendered MP4 — e.g. the path returned by create_video_assembly. | |
| expires_hours | No | How many hours until the link expires (default: 168 = 7 days). |