VidGuy Docs
Build videos faster with VidGuy
Guides and best practices for turning prompts into platform-ready videos.
Authentication
All Snacks API requests require a Bearer API key:
Authorization: Bearer vf_live_YOUR_API_KEY
How to create a key
- Open your account settings in the VidGuy dashboard.
- Create a new API key.
- Store it immediately. Raw keys are shown once.
API keys are currently available to Pro and Enterprise plans.
Security guidance
- Store keys in your server environment, not in client-side code.
- Rotate keys if a developer leaves or a secret is exposed.
- Revoke keys you no longer need.
- Use separate keys for production and internal tooling.