Files
Extract File Content
Extract text content from supported file types.
POST
Extracts text content from files with supported MIME types including
text/*, application/json, and text/csv.
Path Parameters
string
required
The unique identifier of the file to extract content from.
Response
string | object
The extracted content. Returns a string for text files and a parsed object for JSON files.
string
The MIME type of the extracted content.
