POST
/
v2
/
pipelines
/
{pipeline_id}
/
search
curl --request POST \
  --url https://api.neum.ai/v2/pipelines/{pipeline_id}/search \
  --header 'Content-Type: application/json' \
  --header 'neum-api-key: <api-key>' \
  --data '{
  "query": "<string>",
  "number_of_results": 123,
  "filter": {},
  "collect_retrieval": false,
  "requested_by": "<string>",
  "include_score": false,
  "include_raw_embeddings": false
}'
"<any>"

Authorizations

neum-api-key
string
header
required

Path Parameters

pipeline_id
string
required

Body

application/json
query
string
required
number_of_results
integer
required
filter
object
collect_retrieval
boolean
default:
false
requested_by
string
include_score
boolean
default:
false
include_raw_embeddings
boolean
default:
false

Response

200
application/json
Successful Response

The response is of type any.