Skip to main content
PUT
/
api
/
rerank-controls
Save rerank controls
curl --request PUT \
  --url https://console.neuronsearchlab.com/api/rerank-controls \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "context_id": 123,
  "diversity_weight": 123,
  "freshness_weight": 123
}
'
{}

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
context_id
integer
diversity_weight
number
freshness_weight
number

Response

Saved

The response is of type object.