Skip to main content
PUT

Data Block Tokenization Guide

Store and manage arbitrary data securely with GDPR-compliant storage locations
Uploads content to an existing data block. Use this after creating a data block to store the actual sensitive data (files, documents, or any binary content). Uploading to a data block that already has content replaces the previous content.

Error Responses

Parameter Constraints

Each data block can hold up to 50MB of content.

Parameters

Path Parameters

id
string
required
The ID of the data block returned in the create method.

Headers

Authorization
string
required
Your API key prefixed with APIKEY. Example: APIKEY your-api-key. See the Authentication guide.
Content-Type
string
required
The content type of the body provided.

Request Body

Content
string
The content of the data block to upload.

Response