Horizon AI Query is in closed beta.Interested in the Horizon AI Query? Get in touch with your Customer Success Manager.
Receiving data in JSON
Receiving data in JSON
JSON is the default output format. Each query instruction outputs one entry containing a dataframe to the
$.results
array,
in the declaration order of the query instructions.Receiving data in Parquet
Receiving data in Parquet
Specify
Accept: application/vnd.vital.tar+gzip+parquet
in your request header.The response body is a gzipped Tarball of multiple Parquet files, namely 0.parquet
, 1.parquet
, 2.parquet
, etc.
The numbering corresponds to the declaration order of the query instructions.Authorizations
Vital Team API Key
Headers
Available options:
*/*
, application/json
, application/vnd.vital.tar+gzip+parquet
Path Parameters
Body
application/json
Response
Successful Response