Download

Generate a temporary download URL

POST
/download
AuthorizationBearer <token>

Token-based authentication using access tokens.

In: header

job_idJob Id

The ID of the job to download results for.

Response Body

Examples

curl -X POST "https://loading/download" \
  -H "Content-Type: application/json" \
  -d '{
    "job_id": "string"
  }'
{
  "download_url": "string",
  "expires": "string"
}
Empty