Skip to main content
PUT
/
v0
/
workflows
/
{workflow_id}
/
jobs
/
{job_id}
/
download
Download Job
curl --request PUT \
  --url https://api.pixxel.space/v0/workflows/{workflow_id}/jobs/{job_id}/download \
  --header 'Authorization: <api-key>'
{
  "id": "<string>",
  "status": "<string>",
  "signed_url": "<string>",
  "workflowId": "<string>"
}

Authorizations

Authorization
string
header
required

Path Parameters

workflow_id
string
required

Unique ID of the workflow to download assets from

job_id
string
required

Specific job ID within the workflow from which to create download package

Response

OK

id
string

Unique identifier of the insight

status
string

Current status of the download operation

signed_url
string

URL where the packaged assets can be downloaded from

workflowId
string

WorkflowId of the Job

I