Meetings
Share meeting
Share a meeting with specific users via email or generate a shareable link.
POST
Shares a meeting with one or more recipients by email, or generates a shareable link with configurable permissions. Recipients receive an email notification with a link to the meeting. You can also generate a public or restricted link without specifying recipients.Documentation Index
Fetch the complete documentation index at: https://docs.mavioapp.com/llms.txt
Use this file to discover all available pages before exploring further.
The unique meeting identifier (e.g.,
mtg_8f3k2j1m4n5p).List of email addresses to share the meeting with. Each recipient receives an email invitation. Maximum 50 recipients per request.
Permission level granted to recipients. One of
view (read-only access to transcript, summary, and recording), comment (view plus ability to add comments and notes), or edit (full access including editing summary and action items).When
true, generates a shareable link that can be distributed independently of the recipient list. The link inherits the specified permission level.Optional personal message to include in the email notification sent to recipients. Maximum 500 characters.
Optional expiration date for the share link in ISO 8601 format. After this time, the link becomes invalid. Only applies when
generate_link is true.Response
Unique share identifier (e.g.,
shr_k1l2m3n4o5).The ID of the shared meeting.
The permission level granted:
view, comment, or edit.List of recipients and their invitation status.
The generated share link, or
null if generate_link was false.ISO 8601 timestamp when the share was created.