Learn how to generate a Virtus Cloud API key and pass it in the Authorization header to authenticate with the Blob API.
Every request you make to the Virtus Cloud Blob API must include a valid API key. Authentication is handled through a single HTTP header — there are no session tokens, cookies, or OAuth flows to manage. This keeps integration simple and predictable whether you are calling the API directly or using one of the official SDKs.
To get your API key, log in to the Virtus Cloud Developer Dashboard and navigate to Account → Security. Generate a new API key or copy an existing one.
Treat your API key like a password. Anyone who holds it can read, upload, and delete objects in your account. Do not commit it to version control or expose it in client-side code.
Use of the Blob API is subject to the Virtus Cloud Terms of Service and Acceptable Use Policy. Ensure your integration complies with both before going to production.
Limits and Restrictions
Review the rate limits and usage restrictions that apply to all Blob API endpoints.