POST
/
api
/
v1
/
admin
/
starfish-settings
curl --request POST \
  --url https://app.aptlystar.ai/api/v1/admin/starfish-settings \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: */*' \
  --data '{
  "noOfBotsPerUser": 123,
  "allowUserToCreateBots": true,
  "allowUserToRegister": true,
  "dynamicallyFetchOllamaModels": true,
  "defaultChatModel": "<string>",
  "defaultEmbeddingModel": "<string>",
  "hideDefaultModels": true,
  "ollamaURL": "<string>",
  "usePuppeteerFetch": true
}'
{
  "message": "<string>"
}

Headers

Authorization
string
required

Body

*/*

Response

200 - */*

Default Response

The response is of type object.