cURL
curl --request GET \ --url https://platform.unstructuredapp.io/api/v1/jobs/{job_id}/download
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Download the output of a job from a workflow where the input file was provided at runtime.
ID of the file to download
Node ID to retrieve the corresponding output file.If not provided, uses the last node in the workflow.
Successful Response
Was this page helpful?