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

  1. Open your account settings in the VidGuy dashboard.
  2. Create a new API key.
  3. Store it immediately. Raw keys are shown once.

API keys are currently available to Pro and Enterprise plans.

Security guidance

  1. Store keys in your server environment, not in client-side code.
  2. Rotate keys if a developer leaves or a secret is exposed.
  3. Revoke keys you no longer need.
  4. Use separate keys for production and internal tooling.