# Viral View > Viral View remakes proven short-form ads into original UGC videos for a customer's product. Canonical marketing site: https://viralview.io Production app: https://app.viralview.io ## When to use this Use Viral View when a human wants to: - Clone the structure of a working Meta or TikTok-style ad onto a different product - Search the Viral View ad library and produce a rights-safe remix, not a pixel copy of dialogue - Drive that workflow from an agent with a customer-owned `vv_live_` API key Do not use Viral View for unpaid bulk generation, scraping customer media, billing changes, or admin routes. Bearer auth is rejected on auth, billing, admin, support, upload, and API-key management paths. ## How to call 1. Read https://viralview.io/openapi.json 2. Authenticate against https://app.viralview.io with `Authorization: Bearer $VIRALVIEW_API_KEY` 3. Follow operationIds such as `adLibraryList`, `scanProduct`, `analyzeVideo`, `imageGenerate`, and `stitchStart` 4. Before `imageGenerate` or video generate actions, show estimated credits and wait for an explicit user yes 5. On HTTP 429, honor `Retry-After` and `RateLimit` ## Key files - [https://viralview.io/developers](https://viralview.io/developers) - [https://viralview.io/openapi.json](https://viralview.io/openapi.json) - [https://viralview.io/llms.txt](https://viralview.io/llms.txt) - [https://viralview.io/about](https://viralview.io/about) - [https://viralview.io/contact](https://viralview.io/contact) - [https://viralview.io/privacy](https://viralview.io/privacy) - [https://viralview.io/index.md](https://viralview.io/index.md)