Mutation
Create bite
Use the API to create a bite
Overview
The createBite
mutation allows you to create a bite through the API.
Arguments
ID of the transcript
Name of the bite
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 bite
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
Was this page helpful?