v50

latestOpenAPI 3.0.2Proprietaryraw.githubusercontent.com2026-07-2730103305.1 KB

This endpoint is used to retrieve a transaction fragment's output document URL after it has been translated via Core.

This endpoint returns the document download URL, it must be then fetched for the actual document content. There are no size restrictions on documents when fetching from this endpoint, however they are generally smaller and consumable by nature of being a fragment.

get/transactions/{transactionId}/fragments/{fragmentIndex}/output-url

Path parameters

transactionIdstring required

A unique identifier for the processed transaction within Stedi. This ID is included in the transaction processed event. You can also retrieve it manually from the transaction's details page within the Stedi portal.

A unique identifier for the processed transaction within Stedi. This ID is included in the transaction processed event. You can also retrieve it manually from the transaction's details page within the Stedi portal.

fragmentIndexnumber required

Response

GetTransactionFragmentOutputDocumentUrl 200 response

documentDownloadUrlstring

A URL to download the document. This URL is available for 60 minutes.