DocumentationGetting Started

Getting Started

Learn how to integrate the Amplium API into your app.

Quick Start

Welcome to the Amplium API documentation. This API allows you to upload and process AIV video files.

Base URL

https://theamplium.com/api/videos

1. Get Your API Key

Generate an API key from Dashboard Settings, then send it in the header:

Open Dashboard Settings
x-api-key: YOUR_API_KEY

For JSON requests, api_key or apiKey in the body also works.

2. Choose Your Upload Method

The API supports two upload methods:

  • Remote URL: Amplium fetches a video from your public http/https URL.
  • Local File Upload: Upload a video file directly to Amplium server using multipart upload with presigned URLs.

3. Explore the Upload Workflow

Browse the sidebar to learn about each step of the upload process.