Dataset
The Datasets API is a versatile tool designed to manage datasets, allowing users to list, create, retrieve, update, and delete datasets. It provides functionality to handle various dataset operations.
All endpoints related to dataset management are protected and require authentication using an X-AUG-KEY
as the authorization header.
To authenticate your requests, include an X-AUG-KEY
header in the following format:
Replace YOUR_API_KEY
with your unique API Key created on the Autogon Console
Last updated