Fetch API
Query the Capsule API to fetch videos from a Capsule (video collection) with various filters, such as the email address of the person who submitted the videos
Last updated
{
"videos": [
{
"captions" : [
{
"language" : "en",
"url" : "https://url.to/transcript.vtt"
}
],
"createdAt" : "2021-07-020T19:00:00Z",
"download" : "https://url.to/download.mp4",
"email" : "john@test.com",
"id" : "G5Rs47hK39dg",
"metadata" : {
"category" : "e1234-category-1",
"data1" : "Name",
"question" : "Question?"
},
"thumbnail" : "https://url.to/thumb.jpg",
"thumbnailStrip" : "https://url.to/strip.jpg",
"video" : "https://url.to/play.mp4"
}
]
}{
"captions" : [
{
"language" : "en",
"url" : "https://url.to/transcript.vtt"
}
],
"createdAt" : "2021-07-020T19:00:00Z",
"download" : "https://url.to/download.mp4",
"email" : "john@test.com",
"id" : "G5Rs47hK39dg",
"metadata" : {
"category" : "e1234-category-1",
"data1" : "Name",
"question" : "Question?"
},
"thumbnail" : "https://url.to/thumb.jpg",
"thumbnailStrip" : "https://url.to/strip.jpg",
"video" : "https://url.to/play.mp4"
}