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

200
application/json

OK

The response is of type object.