Download

Download job results

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://v2.api.piktid.com/download" \
  -H "Content-Type: application/json" \
  -d '{
    "job_id": "string"
  }'
{
  "download_url": "string",
  "expires": "string"
}
{
  "error": "Invalid request",
  "detail": [
    {
      "field": null,
      "message": "string",
      "position": "query"
    }
  ]
}
Empty