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:

  1. To upload a Time Series Dataset as a spreadsheet, set timeseries = true in the url.
  2. <display_name> in the url is the dataset name of your choice that will appear in your Obviously AI Account.
Language
Authorization
Header
Click Try It! to start a request and see the response here!