Tasks
Download Task Results
Get the urls to download results of the task
GET
https://api.textreveal.com/v3/tasks/{task_id}/download
Request
Response
urls to download results
[]uri[]Signed download URL (valid for 5 minutes) for an exported file
Example: "https://files.textreveal.com/exports/task=21d9cd93-0123-4200-a775-261390082d36/21d9cd93-0123-4200-a775-261390082d36.csv"
Response
[
"https://files.textreveal.com/exports/task=21d9cd93-0123-4200-a775-261390082d36/21d9cd93-0123-4200-a775-261390082d36.csv"
]Error
Bad request
message*stringError message.
Example: "An error occured while processing the task."code*number (enum)Error code.
Values: 400reason*string (enum)Error reason.
Values: "invalid"
Response
{
"message": "An error occured while processing the task.",
"code": 400,
"reason": "invalid"
}Not found
message*stringError message.
Example: "The requested task does not exist or is not visible to you."code*number (enum)Error code.
Values: 404reason*string (enum)Error reason.
Values: "not_found"
Response
{
"message": "The requested task does not exist or is not visible to you.",
"code": 404,
"reason": "not_found"
}Generic errors are not shown, see Errors for more details.