Skip to main content
POST
/
pipelines
/
{pipelineId}
/
execute
Execute a pipeline
curl --request POST \
  --url https://api.artosai.com/pipelines/{pipelineId}/execute \
  --header 'Authorization: Bearer <token>'
{
  "jobId": "<string>",
  "pipelineId": "<string>",
  "status": "<string>",
  "started_at": "2023-11-07T05:31:56Z",
  "estimated_completion": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

pipelineId
string
required

Response

200 - application/json

Pipeline execution started

jobId
string
pipelineId
string
status
string
started_at
string<date-time>
estimated_completion
string<date-time>