Entitlements
Upload File
Upload a file to a Digital Files entitlement. Files are streamed to storage; the maximum size is 500 MiB. The returned file ID is appended to the entitlement’s digital_file_ids list.
POST
JavaScript
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Entitlement Id
Response
File attached to entitlement
Identifier of the attached file. Pass it to
DELETE /entitlements/{id}/files/{file_id} to detach the file later.
Last modified on May 26, 2026
Previous
Delete FileRemove a file from a Digital Files entitlement. The file is deleted from storage and removed from the entitlement's digital_file_ids list.
Next
JavaScript