Skip to main content
GET
https://api.worlds.wazoo.tech
/
v1
/
worlds
/
{worldId}
/
search
Vector Search
curl --request GET \
  --url https://api.worlds.wazoo.tech/v1/worlds/{worldId}/search
{
  "response": [
    {
      "score": 123,
      "value": {
        "subject": "<string>",
        "predicate": "<string>",
        "object": "<string>"
      }
    }
  ]
}

Path Parameters

worldId
string
required
The unique identifier of the world.

Query Parameters

q
string
required
The search query text.
limit
number
default:"10"
The maximum number of results to return.
offset
number
default:"0"
The offset for pagination.

Response

response
array