AnsdevDocs
PlaygroundGitHubDashboard

Quickstart

Get your first video embedded in under 5 minutes.

Step 1: Sign Up

Create your Ansix ID at ansix.ansdev.cloud. The one-time ₹10 verification is converted to 10 Ansdev Credits.

Step 2: Upload a Video

Navigate to the Smart Stream Console in your dashboard and upload a video file (max 2 GB).

Step 3: Generate an API Key

Go to Dashboard → API Keys → Generate New Key.

# Your key looks like this (shown once — save it!)
ak_live_8f3a9b2c1d4e5f6a7b8c9d0e1f2a3b4c

Step 4: Embed the Player

<script src="https://sdk.ansdev.cloud/v1/player.js"></script>

<ansdev-player
  api-key="ak_live_YOUR_KEY"
  video-id="vid_YOUR_VIDEO_ID"
></ansdev-player>

That's it. The video plays on your website — no server needed.