# Create a Video Link Creates a video link using the provided parameters. Endpoint: POST /v1/video_links Version: 1.0.0 Security: apiKeyAuth, practiceGroupId ## Request fields (application/json): - `link_name` (string) - `patient_id` (string) - `expiry_date` (string) ISO 8601 date format Example: "1989-04-11" ## Response 200 fields (application/json): - `video_link` (string, required) - `short_link_id` (string, required) - `main_room_url` (string, required) URL of the video call room that the creator can access ## Response 400 fields (application/json): - `error` (boolean, required) - `statusCode` (number, required) - `message` (array, required) - `message.code` (string, required) - `message.expected` (string, required) - `message.path` (array, required) ## Response 401 fields ## Response 422 fields ## Response 500 fields