Authentication
All QWave API requests use Bearer Token authentication:
Authorization: Bearer YOUR_API_KEY
Get an API Key
Create a key
On the API keys page, click “Create new key”
Save your key
Copy the key and store it safely — it’s only shown once
Base URL
https://www.qingbo.dev/v1
Every endpoint lives under this base URL. If you’re already using the OpenAI SDK, just replace base_url to switch over.
Never expose your API key in frontend code or public repositories.