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 GET \ --url https://api.example.com/api/bot-accounts/settings
Get the current user’s settings.
{ "settings": { "twitterApiKey": "...", "llmProvider": "openrouter", "llmModel": "anthropic/claude-3.5-sonnet", "openrouterApiKey": "sk-or-v1-...", "openaiApiKey": "", "anthropicApiKey": "", "groqApiKey": "", "googleApiKey": "", "autoReply": false, "autoReplyInterval": 60, "autoReplyTone": "casual_friendly", "autoReplyPrompt": "", "webhookSecret": "abc123..." } }