Skip to main content
POST
/
api
/
v1
/
score
/
resolve
/
bulk
Resolve score change in bulk
curl --request POST \
  --url https://api.example.com/api/v1/score/resolve/bulk \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "data": [
    {
      "index": "<string>",
      "id": "<string>",
      "update": {}
    }
  ]
}
'
{
  "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.

Authorizations

Authorization
string
header
required

Authentication

Query Parameters

refresh
enum<string>

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.

Available options:
WaitFor,
True,
False

Body

application/json
data
object[]
required

Bulk request data

Minimum array length: 1

Response

200 - application/json

OK

data
object[]

Response data