Documentation

← Panda Auth

API Reference

VSS Management API

Upload, list, update, and delete Virtual Storage scripts programmatically. Every endpoint uses your x-api-key header and requires the allowVss permission.

Full request & response examples in your dashboard

You're viewing the public API reference. Sign in and open Documentation → API Reference in your dashboard for copy-paste curl requests and live response examples for every endpoint.

Upload a script

POST /api/v1/vss/api/scripts

obfuscationType is one of NONE, IB1, LURAPH, or WYNFUSCATOR. Max script size is 40 MB.

List scripts

GET /api/v1/vss/api/scripts

Paginated. Optional page, limit, search.

Get loadstring

GET /api/v1/vss/api/scripts/:idOrSlug/loadstring

:idOrSlug is the script's UUID or its name.

Update a script

PUT /api/v1/vss/api/scripts/:idOrSlug

Re-upload code or change settings. Only the fields you send are changed.

Delete a script

DELETE /api/v1/vss/api/scripts/:idOrSlug