post https://api.vextapp.com/openapi/v2/data-source
This API uploads a file to the specified data set within your account.
Responses
This API uploads a file to the specified data set within your account.
xxxxxxxxxx
## single file upload
curl --location 'https://api.vextapp.com/openapi/v2/data-source' \
--header 'Apikey: Api-Key <API KEY>' \
--form 'dataframe="<dataframe UUID>"' \
--form 'file=@"/Users/Downloads/example.csv"