Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.qingbo.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authentication

All QWave API requests use Bearer Token authentication:
Authorization: Bearer YOUR_API_KEY

Get an API Key

1

Sign up

Register at the Dashboard
2

Create a key

On the API keys page, click “Create new key”
3

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.