跳到主要内容

Export documents (removed — use POST .../document-transfer/export)

GET 

/v1/default/banks/:bank_id/document-transfer

deprecated

This endpoint has been deprecated and may be replaced or removed in future versions of the API.

Removed. The synchronous whole-bank export loaded the entire bank into memory and held a database connection for the full request, which could exhaust memory and take down the shared API on large banks. Use the asynchronous POST /v1/default/banks/{bank_id}/document-transfer/export instead: it returns an operation_id, runs the export in the background, and exposes a download URL on completion.

Authentication required — include an Authorization: Bearer hsk_... header. See Authentication for details.

Request

Responses

Successful Response