Skip to main content

Load Text

Ingest a .txt or .md file for data extraction.

data=$(base64 < myfile.txt)

curl http://localhost:8088/api/v1/load/text \
--header "content-type: application/json" \
--data \
'{
"data": $data
}'