Documentation Index
Fetch the complete documentation index at: https://ansdevcloud.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Quickstart
You’ll generate an API key, upload one video from the dashboard, then drop a single<script> + <ansdev-player> pair into any HTML page.
Sign in & generate an API key
- Sign in at ansix.ansdev.cloud.
- Open Profile → API Keys (
/dashboard/api-keys). - Click Generate New Key, give it a name, leave the default
video:readscope checked. - Copy the key now. It will not be shown again. Format:
ak_live_+ 32 hex characters.
Upload a video
- Open Creative Tools → Smart Stream Console (
/dashboard/creative). - Drop a file (up to 2 GB). The Console will lock escrow on your CREATIVE wallet bucket, then transcode the file in the background.
- When the job hits COMPLETED, copy its public
vid_…ID from the Gallery tab.
Embed the player
Add two lines to any HTML page:That’s it. The SDK fetches a 5-minute playback token, exchanges it for a CDN manifest URL, and starts streaming via
hls.js. The token auto-refreshes 30 seconds before it expires.Next steps
Authentication
Scopes, expiry, rate limits, revocation.
Player customization
JSON theming, branding, control-bar toggles.