GET - Document Results

get

This endpoint allows you to query the results gathered from Sypht's field extraction.

Refer to AI Products for detailed description of fields extracted for each AI product.

Authorizations
Path parameters
fileIdstringRequired

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

Responses
200
OK
application/json
get
curl --location --request GET "https://api.sypht.com/result/final/{{file id}}" \
  --header "Accept: application/json" \
  --header "Content-Type: application/json" \
  --header "Authorization: Bearer {{access token}}" \
  --data ""
{
  "fileId": "text",
  "status": "text",
  "results": {
    "timestamp": "text",
    "fields": []
  }
}

Last updated

Was this helpful?