Webhooks
Capsule can push content and data to you as it comes in
Receive a webhook for each new video
{
"event": "video.processed",
"data": {
"video_id": "mB9QOkKj3eu9",
"capsule_slug": "my-capsule-slug"
}
}GET https://api.capsule.video/videos/<video_id>?slug=<capsule_slug>
Authorization: Bearer <your-capsule-token>Last updated