app.roboflow.com
to api.roboflow.com
and add your api_key
to the URL and receive the information corresponding to that resource in JSON format.api_key
in the query string (in the documentation samples we have stored our api_key
as an environment variable called ROBOFLOW_API_KEY
which you could do with export ROBOFLOW_API_KEY="xxxxxxx"
(see below for how to obtain your API key from your account)./:workspace
- the Workspace route gives you information about your workspace and a list of its projects./:workspace/:project/:version
- the Version route surfaces information about a version, its trained model (if present), and exported datasets./:workspace/:project/:version/:format
- the Format route is where you go to retrieve a download link for a zipped dataset in a particular export format.api_key
which is available via its settings. You can get to the workspace settings using the drop-down arrow at the top of the Workspace's project list.