File Type Detector
Detects file type from filename, mime hints, or magic bytes.
Run tool
Form input
Direct JSON or Markdown
Submit JSON directly or Markdown that can be converted into JSON.
Work steps
Inputs
| Name | Type | Required | Description |
|---|---|---|---|
filename | text | Yes | Filename |
Outputs
| Name | Type | Description |
|---|---|---|
type | text | Type |
mime_type | text | Mime type |
confidence | text | Confidence |
work | array | Work |
Sample request
{
"filename": "report.csv"
}