API Reference
Analyse Hashes
curl -X POST "https://api.deadlock-mods.com/api/v2/vpk-analyse-hashes" \ -H "Content-Type: application/json" \ -d '{ "contentSignature": "string" }'
{}
curl -X POST "https://api.deadlock-mods.com/api/v2/vpk-analyse-hashes" \ -H "Content-Type: application/json" \ -d '{ "contentSignature": "string" }'
{}
curl -X POST "https://api.deadlock-mods.com/api/v2/vpk-analyse-hashes" \
-H "Content-Type: application/json" \
-d '{
"contentSignature": "string"
}'