Skip to content

GetSampleMetricsFile

LinZ-GYX edited this page Jul 17, 2025 · 1 revision

GetSampleMetricsFile

Initiates a download of the sample metrics file (a ZIP folder)

Request URL:

https://analysis.geneyx.com/api/GetSampleMetricsFile

China Domain:

https://fa.shanyint.com/api/GetSampleMetricsFile

Action:

POST

Payload:

JSON Structure

Requirements

Category Parameter Description Required
Auth ApiUserId The API user Id Yes
ApiUserKey The API user key Yes
Sample SampleSn Sample ID, name given to the VCF file Yes

Example

{
  "ApiUserId": "enter api user id",
  "ApiUserKey": "enter api user key",
  "SampleSn": "string"
}

Response

Download of file

Clone this wiki locally