POST Project Data

POST /api/projects/data/(pid)

Creates a project level data object from a project ID. This data object can be used to create new models in the current project.

Parameters:
  • pid (string) – Unique project identifier.

Request Headers:
Form Parameters:
  • file – (Required) CSV file to be uploaded. Must have the .csv extension.

  • file_name – (Required) Name of the CSV being uploaded.