Liftover API from grch37 to grch38

Hi,
Is it possible to do liftover of a variant using the API? Is there a documentation on how to use graphql to construct queries?

Thank you,
Emiliano

Use GeneBe API for this

Example

curl -X 'GET' \
  'https://api.genebe.net/cloud/api-public/v1/liftover?query=chr4-55666-A-C&from=hg19&dest=hg38' \
  -H 'accept: */*'

Find out more at Liftover & HGVS Converter