Get result from a completed processing task

Get annotation results from a completed processing task. The server can expire tasks and remove results after a server-determined delay from when processing finishes.

Authentication

Authorizationstring

This API uses our API key HMAC authentication, with empty credential scope.

Access keys and secret access keys will be provided by Emtelligent; contact us for key management. Keys will consist of only printable ASCII characters, and leading and trailing whitespace is insignificant.

OR
x-api-keystring

API keys will be provided by Emtelligent; contact us for key management. Keys will consist of only printable ASCII characters, and leading and trailing whitespace is insignificant.

Path parameters

taskIdstringRequired
ID of task to fetch the result for.

Headers

AuthorizationstringRequired
Authentication information.
HoststringRequired
Host of server.
X-Auth-DatestringRequired
Date and time of request.

Query parameters

formatenumRequired
Format to get results in.
Allowed values:

Response

Successful. Will start a download of the result in the desired format.

Errors

401
Unauthorized Error
404
Not Found Error
500
Internal Server Error