curl --request PUT \
--url https://api.example.com/api/v1/score/bulk \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"data": [
{
"index": "<string>",
"id": "<string>"
}
]
}
'{
"data": [
{
"index": "<string>",
"id": "<string>",
"result": "<string>",
"error": {
"message": "<string>"
}
}
]
}Update score change in bulk
curl --request PUT \
--url https://api.example.com/api/v1/score/bulk \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"data": [
{
"index": "<string>",
"id": "<string>"
}
]
}
'{
"data": [
{
"index": "<string>",
"id": "<string>",
"result": "<string>",
"error": {
"message": "<string>"
}
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.extractor.live/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
If 'true', OpenSearch refreshes the affected shards to make this operation visible to search, if 'wait_for' then wait for a refresh to make this operation visible to search, if 'false' do nothing with refreshes.
WaitFor, True, False Bulk request data
1Show child attributes
OK
Response data
Show child attributes