Skip to main content
POST
Parse Csv

Authorizations

x-api-key
string
header
required

Body

multipart/form-data
file
file
required

The CSV file to upload.

source_column
string
required

The name of the column in the CSV file that contains the text data to be parsed.

Example:

"text_data_column"

extra_info
string

Optional JSON string of extra metadata to associate with the parsed documents.

Example:

"{}"

Response

CSV file successfully processed.

Placeholder for a list of processed documents (exact schema is not defined but response indicates success).