identify_file_type
Identify a file's type by analyzing its magic numbers from hex or base64 header data. Provides accurate file type detection based on file signatures.
Instructions
Identify file type based on magic numbers/file signatures
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Hex data or base64 data of file header | |
| format | Yes | Format of the input data |