简体中文
Get the public instance settings
cURL
curl --request GET \ --url http://127.0.0.1:3000/api/admin/setting/public \ --header 'Authorization: Bearer <token>'
{ "instanceId": "<string>", "aiConfig": { "enable": true, "llmProviders": [ { "type": "openai", "name": "<string>", "models": "", "isInstance": true } ], "chatModel": { "lg": "<string>", "md": "<string>", "sm": "<string>", "ability": { "image": true, "pdf": true, "webSearch": true } }, "capabilities": { "disableActions": [ "<string>" ] } }, "brandName": "<string>", "brandLogo": "<string>", "disallowSignUp": true, "disallowSpaceCreation": true, "disallowSpaceInvitation": true, "disallowDashboard": true, "enableEmailVerification": true, "enableWaitlist": true, "createdTime": "<string>", "webSearchEnabled": true, "appGenerationEnabled": true, "turnstileSiteKey": "<string>", "changeEmailSendCodeMailRate": 123, "resetPasswordSendMailRate": 123, "signupVerificationSendCodeMailRate": 123 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Returns the public instance settings.
显示 子属性
此页面对您有帮助吗?