Get Started
This page should help you get started on grabbing your API Keys from the dashboard and making your first request to Autogon.
Our Structure
Our API is based on both a single and multi-endpoint architecture. Specific operations are determined by requests sent to the respective endpoints.
Some requests made to Autogon will require an API key. Please refer to the sections below on API key creation.
While most requests require authentication using API keys; any of such requests that doesn't include an API key will return an error. You can generate an API key from your portal at any time.
Getting your API Keys
Before you begin integration with the Autogon API,
Create an Autogon account and complete necessary verification
Fetch your integration credentials from the Integrations tab in Settings.
Proceed to set up your integration.
Refer to the article/video embedded below for a complete guide on how to get API keys and integrate with the Autogon API.
Install the library
The best way to interact with our API is to use any of our supported integration libraries:
Learn More: Find out more about our supported libraries here.
Make your first request
To make your first request, send an authenticated request to the project endpoint. This will create a project. A project is the baseline for using our powerful tools.
Create project.
POST
https://autogon.ai/api/v1/project
Creates a new project.
Request Body
Take a look at how you might call this method using our official libraries, or via curl
:
Last updated