You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/ - the Root route can be used to validate your API Key and find your workspace ID.
/:workspace - the Workspace route gives you information about your workspace and a list of its projects.
/:workspace/:project - the Project route shows information about a project and its versions.
/: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.
The text was updated successfully, but these errors were encountered:
/ - the Root route can be used to validate your API Key and find your workspace ID.
/:workspace - the Workspace route gives you information about your workspace and a list of its projects.
/:workspace/:project - the Project route shows information about a project and its versions.
/: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.
The text was updated successfully, but these errors were encountered: