Skip to content
Discussion options

You must be logged in to vote

The "Authentication error: API key is invalid!" message usually means the API key in your Authorization header is missing, malformed, or not registered in the system. Make sure your request includes the header in this format: Authorization: Bearer <YOUR_API_KEY>, where <YOUR_API_KEY> should start with ragflow- and match a valid key generated in the RAGFlow UI. If you’re using local models, you still need to provide a placeholder API key to avoid header errors (for example, no-key-needreference.

If you’re sure the header is correct, double-check that the key is active and registered in the system. API keys are checked against the database, so any typo or using an expired/deleted key wil…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by rrrrrrtrtt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant