Overview
ThecreateBite mutation allows you to create a bite through the API.
Arguments
ID of the transcript
Name of the biteMaximum length is 256 characters.
Start time of the bite in seconds
End time of the bite in seconds
Type of the bite, either ‘video’ or ‘audio’
Array specifying the visibility of the Soundbite. Possible values are ‘public’, ‘team’, and
‘participants’. For example, [“team”, “participants”] indicates visibility to both team members
and participants, while [“public”] denotes full public access.
Summary for the biteMaximum length is 500 characters.
Usage Example
To create a bite, provide the necessary input parameters to the mutation. Here’s an example of how this mutation could be used:Additional Resources
Bites
Querying list of bites
Bite
Querying bite details