hi,
I am referring to the documentation given here:
https://help.abbyy.com/en-us/vantage/1/developer/developer_howto_processing_separateapis/
and using the different API'. I have uploaded multiple files using the add files API (
POST https://vantage-us.abbyy.com/api/publicapi/v1/transactions/transaction-id/files )
However, when I look for the result, I get result of only the first file using the following API. How do I get the result for the other files?
GET https://vantage-us.abbyy.com/api/publicapi/v1/transactions/transaction-id/files/file-id/download
Can you please help?
Comments
1 comment
Vishal Kalra Hi!
You should download each file separately by changing the {fileId} in the GET request.
To get the list of available files, you can use GET/api/publicapi/v1/transactions/{transactionId}.
You can find more info in Vantage API Swagger: https://vantage-us.abbyy.com/api/index.html?urls.primaryName=publicapi%2Fv1.
Best regards,
Anton
Please sign in to leave a comment.