Pipeline Actions
Create a pipeline
Pipeline Actions
Create a pipeline
Create a pipeline
POST
/
v2
/
pipelines
curl --request POST \
--url https://api.neum.ai/v2/pipelines \
--header 'Content-Type: application/json' \
--header 'neum-api-key: <api-key>' \
--data '{
"name": "<string>",
"is_realtime_enabled": "<string>",
"sources": [
{
"data_connector": {
"connector_name": "<string>",
"connector_information": {},
"selector": {
"to_embed": [
"<any>"
],
"to_metadata": [
"<any>"
]
}
},
"chunker": {
"chunker_name": "<string>",
"chunker_information": {}
},
"loader": {
"loader_name": "<string>",
"loader_information": {}
},
"custom_metadata": {}
}
],
"embed": {
"embed_name": "<string>",
"embed_information": {}
},
"sink": {
"sink_name": "<string>",
"sink_information": {}
},
"trigger_schedule": {
"start_date": "<string>",
"cadence": "<string>",
"sync_type": "delta"
}
}'
"<any>"
Authorizations
Body
application/json
The Source Connector Request model
The Data Connector Request model
Response
200
application/json
Successful Response
The response is of type any
.
Was this page helpful?
curl --request POST \
--url https://api.neum.ai/v2/pipelines \
--header 'Content-Type: application/json' \
--header 'neum-api-key: <api-key>' \
--data '{
"name": "<string>",
"is_realtime_enabled": "<string>",
"sources": [
{
"data_connector": {
"connector_name": "<string>",
"connector_information": {},
"selector": {
"to_embed": [
"<any>"
],
"to_metadata": [
"<any>"
]
}
},
"chunker": {
"chunker_name": "<string>",
"chunker_information": {}
},
"loader": {
"loader_name": "<string>",
"loader_information": {}
},
"custom_metadata": {}
}
],
"embed": {
"embed_name": "<string>",
"embed_information": {}
},
"sink": {
"sink_name": "<string>",
"sink_information": {}
},
"trigger_schedule": {
"start_date": "<string>",
"cadence": "<string>",
"sync_type": "delta"
}
}'
"<any>"