Transfer the uploaded file to text content using SDK DataProcessCoreThis interface is specifically used for file-to-text conversion, supporting multiple file formats including PDF, Word, Excel, etc. Uses DataProcessCore from SDK for direct in-memory processing.Returns a JSON object containing the extracted text and metadata.
Request
Body Params multipart/form-dataRequired
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST '/tasks/process_text_file' \
--form'file=@""' \
--form'chunking_strategy="basic"'