Load a dataset and parse emailsΒΆ
Initialize the feature extraction on a document collection.
URL:
/api/v0/email-parser/
Method:
POST
, URL Params: NoneData Params:
data_dir
: [required] relative path to the directory with the input files
Success Response:
HTTP 200
{"id": <str>, "filenames": <list[str]> }