Skip to main content
PATCH
/
api
/
v1
/
memorize
/
default
/
bulk
Bulk-toggle contact field flags on the default settings
curl --request PATCH \
  --url https://{subdomain}.mihu.ai/api/v1/memorize/default/bulk \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "contact_fields": [
    {
      "field_id": "base_email",
      "memorize": true,
      "extract_entities": true,
      "detect_patterns": true,
      "fuzzy_matching": true,
      "include_in_context": 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_fields
object[]

Response

200

Default contact field toggles updated