cURL
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>"
Create a pipeline
Show child attributes
The Embed Connector Request Request model
The Sink Connector Request Request model
Successful Response
The response is of type any.
any
Was this page helpful?