post https://api.obviously.ai/v3/add-data/csv
Upload a CSV file to your Obviously AI account
The endpoints allow you to upload spreadsheets to your Obviously AI account. The response object consist of 2 ids:
- process_id - process_id is a unique identifier for each process. It can be used in
/add-data/status
to fetch the most recent status on your uploaded file. - dataset_id - dataset_id is a unique identifier string for the uploaded dataset to your Obviously AI account. It will be used with
/predict
endpoints to train a model.
Note:
- To upload a
Time Series
Dataset as a spreadsheet, settimeseries = true
in theurl
. <display_name>
in theurl
is the dataset name of your choice that will appear in your Obviously AI Account.