Guides
Initial Setup
Register and make a successful API request
Registration
- Start by visiting the API Settings page
- Register your credit card to get started
This step will not charge your credit card. It just stores payment information for later API usage.
Generate an API key
- Every API call needs a valid API key
The API key is a long-lived access token that can be used until it is manually refreshed or deleted.
Send the API key as a bearer token in the Authorization header with each API request.
When you run out of credits, your API keys will be blocked until you add to your credit balance. You can avoid this by configuring “Automatic Top Up”, which refreshes your balance whenever you drop below $2.
Make your API call
- The API is conveniently OpenAI client-compatible for easy integration with existing applications.
cURL
python