v3

latestOpenAPI 3.1.02026-08-0797185285.8 KB

Post Data Upload Submission

post/data-upload-submissions

Headers

x-client-secretstring required

A secret token identifying the client connecting to the API

Example:Syou3EZiO5vuMEgNyBeA8cjEMYOnQDwP

A secret token identifying the client connecting to the API

Request body

storage_location_idstring nullable

The ID of the storage location the data is associated with.

facility_idstring nullable

The ID of the facility the data is associated with.

submission_type'biochar_pyrolysis_reactor_facility_time_series' | 'dac_storage_site_time_series' | 'dac_facility_time_series' | 'wae_wastewater_treatment_plant_facility_time_series' required
file_upload_idstring required

The ID of the file upload that contains the data to be processed.

Example request

{
  "storage_location_id": "slc_1F3PMGVC91S0SBK3",
  "facility_id": "fcl_1G8QT5ZAB1S0XSDW",
  "file_upload_id": "tfu_1DZPAW31R1S0ZESH"
}

Response

Successful Response

idstring required
submission_type'biochar_pyrolysis_reactor_facility_time_series' | 'dac_storage_site_time_series' | 'dac_facility_time_series' | 'wae_wastewater_treatment_plant_facility_time_series' required
status'pending' | 'completed' | 'failed' required
storage_location_idstring nullable required
facility_idstring nullable required
error_messagestring nullable

Error message if the submission failed during processing.

Example response

{
  "id": "dus_1GBBSJ6P91S0R41N",
  "storage_location_id": "slc_1F3PMGVC91S0SBK3",
  "facility_id": "fcl_1G8QT5ZAB1S0XSDW"
}