v1
latestOpenAPI 3.0.02026-07-2480355389.7 KBImports
Sign upload of locally stored files
After getting upload ID(s), sign the incoming upload of local files. After this step, the upload URL needs to be used to upload the data, and finally the upload must be confirmed.
get/api/v2/teams/{team_slug}/items/uploads/{upload_id}/sign
Path parameters
team_slugstring required
Team's sluggified name
upload_idstring required
ID of the previously registered upload (look for upload_id field in registration response).
Request body
Response
DatasetsV2.ItemRegistration.SignUploadResponse
Example response
{
"upload_url": "https://darwin-production-data.s3.eu-west-1.amazonaws.com/data/datasets/1234567/originals/d0babb71-38c4-48fe-a5de-a81a1d213482.tif?X-Amz-Signature=f0a621e7d89ba4e7a7108eaf9873566ee5e0e3823bc5862fd3b0b9f1f44d15ac&X-Amz-Algorithm=AWS4-HMAC-SHA256"
}