Everything you need to integrate video into your application. Get started in minutes with our comprehensive guides and SDKs.
Get up and running in 3 simple steps
Sign up for free and get your API key from the dashboard.
Install our SDK for your preferred language.
Start uploading and encoding videos with just a few lines of code.
import { VideoApi } from '@videoapi/client';
const client = new VideoApi({
apiKey: 'YOUR_API_KEY'
});
// Upload a video
const video = await client.videos.upload({
title: 'My First Video',
file: './video.mp4'
});
console.log('Video ID:', video.videoId);
console.log('Player URL:', video.assets.player);Use our official libraries for your favorite programming language
Step-by-step tutorials for common use cases
Explore our full API documentation with detailed endpoint descriptions, parameters, and response examples.
View API ReferenceOur support team is here to help you integrate VideoAPI into your application.