메인 콘텐츠로 건너뛰기
GET
/
api
/
publicapi
/
v1
/
transactions
/
{transactionId}
/
documents
/
{documentId}
/
sourceFiles
/
{fileId}
/
download
트랜잭션의 원본 파일을 다운로드합니다
curl --request GET \
  --url https://vantage-us.abbyy.com/api/publicapi/v1/transactions/{transactionId}/documents/{documentId}/sourceFiles/{fileId}/download \
  --header 'Authorization: Bearer <token>'
"<string>"

인증

Authorization
string
header
필수

The access token received from the authorization server in the OAuth 2.0 flow.

경로 매개변수

transactionId
string<uuid>
필수

트랜잭션 식별자

documentId
string<uuid>
필수

트랜잭션 문서 식별자

fileId
string
필수

Blob 식별자

응답

파일 내용이 성공적으로 반환되었습니다

The response is of type file.