Quickstart
Get a video uploaded and embedded on your site in five steps.
Steps
- Create an account. Sign up and sign in to the dashboard.
- Upload a video. In your library, click upload and choose a file. vdoX accepts
mp4,mov,mkv,webm, andm4vfiles. - Wait for it to reach Ready. The video's status pill shows its progress while it transcodes, then switches to Ready.
- Open the video. Click into it from your library to see the player and its details.
- Copy the embed snippet. The video page has a ready-made embed snippet under the player. Copy it and paste it into your site.
The embed snippet
Every Ready video's page shows a snippet like this one (with its own video id and your vdoX app URL filled in):
htmlHTML
<div data-vdox-player data-video-id="01ARZ3NDEKTSV4RRFFQ69G5FAV"></div>
<script src="https://app.vdox.example.com/embed.js" data-token-endpoint="https://yourapp.example.com/vdox-token"></script>This drops in a player wherever the <div> lives. It still needs one thing from you: a token endpoint on your own backend that vdoX can hand a short-lived playback token to. See Embed for the full setup, including the token endpoint you need to write.
If you'd rather call the API directly instead of using the dashboard, start with Upload API.