Add a collaborator to a video
Videos
Add a collaborator to a video
Grants access to a video for the specified user. The user must be a member of your workspace.
POST
Add a collaborator to a video
Documentation Index
Fetch the complete documentation index at: https://tella.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key obtained from your Tella account settings
Path Parameters
Unique video identifier
Example:
"vid_abc123def456"
Body
application/json
Request body for adding a collaborator to a video
Email address of the user to add. Must be a member of your workspace.
Pattern:
^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$Example:
"editor@example.com"
Role to grant. Allowed values: 'editor' or 'viewer'.
Available options:
editor, viewer Example:
"editor"
Response
Collaborator added successfully
Response after adding a collaborator to a video
A collaborator on a video