Project
Projects serve as the foundation for building on Autogon. It provides endpoints to manage projects, including creating new projects, retrieving project details, updating and deleting projects.
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