You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, @pulgamecanica! I'm here to help you with any bugs, questions, or contributions you have. Let's tackle this API key verification issue together!
To fix the API Key verification endpoint for the SlideSpeak API, ensure that the endpoint URL is correctly constructed and that the API Key is included in the request headers. The endpoint URL should be constructed using the base_url and a test task ID, with the API Key included in the headers as "X-API-Key". Here's a relevant code snippet:
Ensure that the base_url is correctly set to the SlideSpeak API's base URL, and the API Key is valid and correctly passed in the headers. Additionally, consider using asynchronous requests with aiohttp for better performance, as demonstrated in the SlidesGeneratorTool class [1][2].
Self Checks
Dify version
0.15.3
Cloud or Self Hosted
Cloud
Steps to reproduce
This PR addresses an issue where the application is not calling the correct endpoint to verify the API key.
✔️ Expected Behavior
It should call the correct API endpoint to correctly check the API Key vailidity.
❌ Actual Behavior
It's calling an endpoint which is not defined, thus never being able to verify the API Key.
The text was updated successfully, but these errors were encountered: