Mutation
Create bite
Use the API to create a bite
Overview
The createBite
mutation allows you to create a bite through the API.
Arguments
transcript_id
ID
requiredID of the transcript
name
String
Name of the bite
start_time
Float
requiredStart time of the bite in seconds
end_time
Float
requiredEnd time of the bite in seconds
media_type
String
Type of the bite, either ‘video’ or ‘audio’
privacies
[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.
summary
String
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?