Download
Download job results
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.
job_id*Job Id
The ID of the job to download results for.
Response Body
application/json
application/json
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