Material Property Datasets
Get a signed download URL for a material property dataset file
Return a short-lived signed download URL for a dataset file.
Unlike the /file redirect endpoint, this returns {"url": "..."} as JSON so that authenticated API clients can retrieve the URL and hand it to the browser (e.g. window.open(url)). The signed URL is valid for 5 minutes.
get/material_property_datasets/{property_id}/download-url
Path parameters
property_idstring required
Query parameters
kind'parquet' | 'original'
Which file to return a URL for: parquet for the processed dataset, original for the raw uploaded file.
Which file to return a URL for: parquet for the processed dataset, original for the raw uploaded file.
Response
Successful Response
{"stackTrail":"paths:/material_property_datasets/{property_id}/download-url:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}
Changes
No recorded changes to this endpoint across all 1 revision of this API.