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.
API Overview
Base URL
Authentication
Pass your API key in thex-ansdev-key header on every request:
Response format
Every response is JSON with a top-levelsuccess boolean.
Success:
Endpoints
| Method | Path | Auth | Description |
|---|---|---|---|
| GET | /v1/video | API key | List the caller’s videos (metadata only). |
| GET | /v1/video/:videoId | API key | Get a single video by vid_… or UUID. |
| POST | /v1/video/:videoId/playback-token | API key | Mint a 5-min playback JWT (rate-limited). |
| GET | /v1/video/playback/manifest/:token | playback JWT | SDK-only — exchange token for CDN URL. |
/playback/* endpoints are documented for completeness; in practice you’ll never call them directly — the Player SDK does.
Uploads are dashboard-only. There is no
POST /v1/video — files are uploaded through the Smart Stream Console at /dashboard/creative. This keeps the public surface read-only and the abuse model trivial.