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
Expand endpoint spec below to see parameters and a sample response.
These API endpoints require an API Key. Your organization's API Key can be found in Settings -> Developer in your Capsule dashboard.
Capsule API Keys should be treated as application secrets and not used client-side, since they can be used to fetch user data.
get
GET https://api.capsule.video
/videos
Returns an array of videos, with various filters & pagination
get
https://api.capsule.video
/videos/<video_id>
Returns the details for a single video