Download

Bulk download job results

Generates a temporary token for downloading a ZIP file containing all results. A maximum of 100 images can be downloaded at once.

POST
/download/bulk

Authorization

token_auth
AuthorizationBearer <token>

Token-based authentication using access tokens.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://v2.api.piktid.com/download/bulk" \  -H "Content-Type: application/json" \  -d '{    "job_ids": [      "string"    ]  }'
{
  "download_url": "string",
  "expires": "string"
}
{
  "error": "Invalid request",
  "detail": [
    {
      "field": null,
      "message": "string",
      "position": "query"
    }
  ]
}
Empty