Skip to main content
POST
/
api
/
events
/
event-types
Create event type
curl --request POST \
  --url https://console.neuronsearchlab.com/api/events/event-types \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "weight": 50
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.neuronsearchlab.com/llms.txt

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

Authorizations

Authorization
string
header
required

Platform API key issued from Console > Platform API Keys. Format: nsl__.

Body

application/json
name
string
weight
integer
Required range: 1 <= x <= 100

Response

Created event type

The response is of type object.