cURL
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" }
Starts document generation for a pipeline. Returns a job identifier that can be polled.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Pipeline execution started