Utilities
Magic Number Detector
Identify file types by their magic numbers (file signatures)
text· Text result
Quick start
Call this tool from your code in three languages.
cURL
curl -X POST 'https://api.elysiatools.com/en/api/tools/magic-number-detector' \
-H 'Content-Type: application/json' \
-d '{"hexSignature":"e.g., 50 4B 03 04 or 504B0304"}'