POST
/
api
/
v1
/
search
{
  "results": [
    {
      "id": "<string>",
      "content": "<string>",
      "score": 123,
      "metadata": {}
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer token authentication supports:

  • Personal API tokens (PATs)
  • OAuth2 access tokens
  • JWT tokens

Example: Authorization: Bearer your_token_here

Body

application/json

Response

200
application/json

Search results

The response is of type object.