LATEST ARTICLES

Tutorials · 7 min read

Building record.a.video part 2: The screenCapture API

This is part 2 of the continuing series of interesting webAPIs that I used to build record.a.video. In this post, we'll record the screen, using the Screen Capture API.

Doug Sillars · April 6, 2021

Tutorials · 5 min read

Building "Loom" in the browser: record a video with api.video

Building a video recording app like Loom - in the browser! Share your camera and screen, and get a shareable link to your video. Not only is it possible, but we added live streaming as well!

Doug Sillars · March 26, 2021

No-code · 3 min read

Get notified by Gmail when a new video is available (Zapier)

An easy way to notify yourself or a group about the latest video update is with an email. With this Zap, you can connect api.video to gmail and notify yourself and others with an email any time a new video is available!

Erikka Innes · February 19, 2021

Tutorials · 8 min read

Upload a video from your computer with the api.video API (Python)

When you upload videos from your computer, you must use a two step process. First you create a container for your video, then you upload your video into your container. This code sample shows you how!

Erikka Innes · February 10, 2021

Tutorials · 5 min read

Upload a video to api.video using a public URL

Video upload with the api.video API. Move a video from a public URL to api.video using Python.

Erikka Innes · February 8, 2021

No-code · 5 min read

Upload a Video and Receive an SMS Notification (Zapier)

Set up an application with Zapier where you send yourself a text message every time you upload a new video to api.video!

Erikka Innes · February 5, 2021

Tutorials · 4 min read

Helpful PHP Scripts Pt 2 - Upload Videos from an FTP Server

If you have video files on an FTP server and need a quick way to move them to api.video we have a helpful PHP script that will get the job done.

Erikka Innes · January 28, 2021

Tutorials · 7 min read

Helpful PHP scripts Pt 1: Upload videos from Google Drive to API video

If you love PHP and need to do a bulk video transfer to api.video using Google Drive, this script will make it easy.

Erikka Innes · January 28, 2021

Tutorials · 3 min read

Video upload with cURL

api.video can help you simplify your video hosting and delivery. As such, one of the first things you'll want to do is to upload videos and get them loaded into the service. Once you upload the video, we'll take care of transcoding the video in to streams for delivery to your users.

Doug Sillars · March 19, 2020

Tutorials · 4 min read

Video upload (large videos) with cURL

When uploading large videos, they must be broken into 100MB chunks to ensure delivery. While these also may fail, the amount of time lost is minimised, and the segment can be retried.

Doug Sillars · March 10, 2020

0