Quickstart
This guide will help you get started using the Avian API with Python.
Avian's API is OpenAI compatible, including their libraries and schema.
Step 1: Create an API Key
First, create an Avian account or sign in.
Next, navigate to the API Key page, click "New API Key" and give it a name.
Make sure to save this somewhere safe and do not share it with anyone.
Already familiar? Head over to our API Reference.
Send your first request
Create a file named avian-test.py
and add the following code:
Make sure to change avian-your-api-key-here
to your API Key you created.
Run the script:
Last updated