Skip to main content

Authentication Method

All WaveAPI requests use Bearer Token authentication:
Authorization: Bearer YOUR_API_KEY

Obtaining an API Key

1

Create an Account

Visit the Dashboard to sign up
2

Create a Key

Click “Create New Key” on the key management page
3

Save Your Key

Copy and securely store it — the key is only displayed once

Base URL

https://qingbo.dev/v1
All endpoints are based on this URL. If you are already using the OpenAI SDK, simply replace the base_url.
Do not expose your API key in front-end code or public repositories.