Convert VCF to VID
Convert VCF to VID using the POST command. Your <instance> is based on your region. See Regional Instances to find the instance for your region.
POST https://< domain-name >.< instance >/kns/nirvana/vcf/vid

The following headers are required to perform the request:
Header |
Type |
Description |
---|---|---|
X-Auth-Token (Header) |
String |
The generated API key. To obtain a key, see Generating an API Key. |
X-ILMN-Domain (Header) |
String |
The Illumina domain associated with the case. |
vcfDTO (Body) |
Object |
|

Use the following cURL.
curl -X POST "https://ilmn-demo.trusight.illumina.com/kns/nirvana/vcf/vid" -H "accept: */*"
-H "Content-Type: application/json"
-d "{ \"alt\": \"string\", \"biomedicalId\": \"string\", \"chromosome\": \"string\", \"filter\": \"string\", \"id\": \"string\", \"position\": 0, \"qual\": \"string\", \"ref\": \"string\", \"refRepeatCount\": 0, \"startPos\": 0, \"stopPos\": 0, \"svType\": \"string\", \"vid\": \"string\"}"