Virtual Lab Documentation
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

API

The Fly dashboard exposes a REST API that lets you programmatically download survey response data from your own scripts and notebooks. It is the same API the Vlab platform uses when you connect a Fly account to pull responses into a study.

This section covers how to authenticate and how to retrieve responses. All endpoints are served from the dashboard API:

EnvironmentBase URL
Productionhttps://fly-dashboard-api.vlab.digital/api/v1
Staginghttps://staging.fly-dashboard-api.vlab.digital/api/v1

Every request must carry a Fly API key in the Authorization header. See Authentication to create one, then use List surveys to find the survey_name you need, and finally Get responses to pull the data.