POST
/
v2
/
retrievals
/
{pipeline_id}
/
{retrieval_id}
curl --request POST \
  --url https://api.neum.ai/v2/retrievals/{pipeline_id}/{retrieval_id} \
  --header 'Content-Type: application/json' \
  --header 'neum-api-key: <api-key>' \
  --data '{}'
"<any>"

Authorizations

neum-api-key
string
header
required

Path Parameters

pipeline_id
string
required
retrieval_id
string
required

Body

application/json · object

The body is of type object.

Response

200
application/json
Successful Response

The response is of type any.