Create Analysis file
POSThttps://api.staging.daslab.health/v1/schubert-analysis
Creates an analysis file
Request
Responses
- 201
Presigned URL for the generated csv file.
- application/json
- Schema
- Example (from schema)
- Example
Schema
- any
{
"presignedUrl": "https://s3.eu-central-1.amazonaws.com/example/example.csv"
}
{
"presignedUrl": "https://s3.eu-central-1.amazonaws.com/example/example.csv"
}
Authorization: http
name: bearertype: httpscheme: bearerbearerFormat: JWT
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L -X POST 'https://api.staging.daslab.health/v1/schubert-analysis' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
ResponseClear