Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.example.com/api/bot-accounts/settings/test-key
Test an LLM API key by sending a simple prompt.
{ "provider": "openai", "apiKey": "sk-...", "model": "gpt-4o" }
{ "ok": true, "response": "Hello! How can I help you?" }
{ "ok": false, "error": "Invalid API key" }