GET - Image Results

get

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

Authorizations
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
get
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?