Post: Upload Unstructured File

Handles ingestion of unstructured files like PDF, TXT, or DOCX for downstream tasks such as text classification or NLP preprocessing.

Endpoint:

data_upload/upload_unstructured_file

Input Parameters:

  • usecaseId (string, required): Unique identifier of the use case
  • usecaseVersion (integer, default: 1): Version of the use case
  • File to be uploaded

Output: Returns metadata about the uploaded file, such as status, file_name, file_location.