identify_file_type
Determine file types by analyzing magic numbers or file signatures from hex or base64 data inputs.
Instructions
Identify file type based on magic numbers/file signatures
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Hex data or base64 data of file header | |
| format | Yes | Format of the input data |