Skip to main content
PUT
/
api
/
v1
/
analyzers
/
bulk
Bulk update analyzers
curl --request PUT \
  --url https://{subdomain}.mihu.ai/api/v1/analyzers/bulk \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "analyzers": [
    {
      "internal_id": "f_order_number",
      "update_behavior": "automatic_update",
      "analysis_goals": "Extract the order number whenever the customer mentions it.",
      "example_values": "ORD-1001\\n9192 001023"
    }
  ]
}
'

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
analyzers
object[]
required

Response

Bulk update completed