Skip to main content
PUT
/
api
/
v1
/
memorize
/
default
Update the global default memorize settings
curl --request PUT \
  --url https://{subdomain}.mihu.ai/api/v1/memorize/default \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "contact_field_settings": {},
  "conversation_settings": {},
  "channel_settings": {},
  "summary_type": "none",
  "is_active": true
}
'

Documentation Index

Fetch the complete documentation index at: https://developers.mindhunters.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"

Body

application/json
contact_field_settings
object
conversation_settings
object
channel_settings
object
summary_type
enum<string>
Available options:
none,
daily,
weekly,
monthly
is_active
boolean

Response

200

Default memorize settings updated