This page provides an overview of APIs related to type detection.
View type detection is a data flow accessible via the View Orchestrator at [http|https]://[hostname]:[port]/processor/typedetector
. By default, Orchestrator listens on port 8501.
To request type detection, attach the body of the object to the request. Note: CSV documents currently rely on hints (content-type header) as irregular CSV files could otherwise be detected as plain text.
Hello, world!
The response structure is consistent across input data types.
{
"MimeType": "text/plain",
"Extension": "txt",
"Type": "Text"
}