post https://api.vectorize.io/v1/org//pipelines
Log in to see full request history
Responses
xxxxxxxxxx
22curl --request POST \
--url https://api.vectorize.io/v1/org/organization/pipelines \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"sourceConnectors": [
{
"type": "AWS_S3"
}
],
"destinationConnector": {
"type": "CAPELLA"
},
"aiPlatform": {
"type": "BEDROCK"
},
"schedule": {
"type": "manual"
}
}
'
Try It!
to start a request and see the response here! Or choose an example: