Generate a pre-signed URL for downloading samples.
Generate a pre-signed URL to download samples directly from the object storage.
Path Parameters
- sha256 string required
File SHA256
Responses
- 403
- 404
- 500
Forbidden
- application/json
- Schema
- Example (from schema)
Schema
- details
- message string
- status integer
{
"details": {},
"message": "string",
"status": 0
}
Not Found
- application/json
- Schema
- Example (from schema)
Schema
- details
- message string
- status integer
{
"details": {},
"message": "string",
"status": 0
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
- details
- message string
- status integer
{
"details": {},
"message": "string",
"status": 0
}
Loading...