GET - Image Results

get

This endpoint allows you to retrieve an image copy of the uploaded document.

Required scopes
This endpoint requires the following scopes:
  • : Provides access to Result Service
  • : Read access to documents
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
fileIdstringRequired

The unique identifier associated to the document received at the time of upload.

Query parameters
pagestringOptional

The page to serve, defaults to one

Responses
200

The processed image

No content

get
/result/image/{fileId}
curl --location --request GET "https://api.sypht.com/result/image/{{file id}}" \
  --header "Content-Type: application/json" \
  --header "Authorization: Bearer {{access token}}" \
  --data "" > {{target filename}}

No content

Last updated

Was this helpful?