GET
/
api
/
search
/
rrf
curl --request GET \
  --url https://platform.ground.dev/api/search/rrf \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "score": 123,
    "payload": {
      "chunk": "<string>",
      "parent_document_key": "<string>"
    }
  }
]

Authorizations

Authorization
string
header
required

API key with bearer token format

Query Parameters

query
string
required

User query

Response

200 - application/json
Successful response
id
string
score
number
payload
object