curl --request POST \
--url https://platform.kodexa.ai/api/orchestrator-pipelines \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"changeSequence": 123,
"createdBy": "<string>",
"createdOn": "2023-11-07T05:31:56Z",
"description": "<string>",
"id": "<string>",
"metadata": {},
"name": "<string>",
"organizationId": "<string>",
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>"
}
'{
"changeSequence": 123,
"createdBy": "<string>",
"createdOn": "2023-11-07T05:31:56Z",
"description": "<string>",
"id": "<string>",
"metadata": {},
"name": "<string>",
"organizationId": "<string>",
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>"
}Creates a new OrchestratorPipeline. Orchestrator pipelines chain multiple processing modules together for document processing.
curl --request POST \
--url https://platform.kodexa.ai/api/orchestrator-pipelines \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"changeSequence": 123,
"createdBy": "<string>",
"createdOn": "2023-11-07T05:31:56Z",
"description": "<string>",
"id": "<string>",
"metadata": {},
"name": "<string>",
"organizationId": "<string>",
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>"
}
'{
"changeSequence": 123,
"createdBy": "<string>",
"createdOn": "2023-11-07T05:31:56Z",
"description": "<string>",
"id": "<string>",
"metadata": {},
"name": "<string>",
"organizationId": "<string>",
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>"
}API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.
Created OrchestratorPipeline