Skip to content

Download Document

Use the /v1/documents/{document_id}/download endpoint to download the file for a previously registered carrier document. The document must be fully processed before it can be downloaded.

See the Carrier Document Upload guide for an overview of the upload flow and document statuses.

Example Request & Response

curl -i -X GET \
  https://api.shipengine.com/v1/documents/7f3c1b2a-9d4e-4f5a-8c6b-2e1d0a9b8c7d/download \
  -H 'API-Key: YOUR_API_KEY_HERE'