A
AISIX AI Gateway Proxy API
Details
- URL
-
http://127.0.0.1:3000 - Docs
- https://docs.api7.ai/ai-gateway/reference/proxy-api-reference.md
Authentication
AISIX caller API key
Authorization: Bearer <credential> + AISIX caller API key x-api-key: <credential> discovered Create a caller API key through AISIX management. For self-hosted AISIX, choose a plaintext key, hash it with SHA-256, then create the API key resource via the Admin API as shown in Caller API Keys. For managed deployments, the same doc says you create it in the managed control plane and can supply the plaintext key field there when custom key import is enabled. Applications send the plaintext key to the proxy as Authorization: Bearer <caller-key> or x-api-key: <caller-key>.