Overview
ThecreateBite mutation allows you to create a bite through the API.
Arguments
ID
required
ID of the transcript
String
Name of the biteMaximum length is 256 characters.
Float
required
Start time of the bite in seconds
Float
required
End time of the bite in seconds
String
Type of the bite, either ‘video’ or ‘audio’
[String]
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.
String
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