Uploading Data
Create a new data asset
Create a new data asset. Supports both structured data submission (application/json) and file uploads (multipart/form-data). Note: All date fields must be in RFC 3339 format (e.g., 2025-09-02T14:31:00Z).
POST
Authorizations
Type "Bearer" followed by a space and the JWT token.
Body
File to be uploaded when using multipart/form-data
Access control list (ACL) for the data asset (e.g., ["acl": [{"address": "user wallet address or user DID", "roles": ["view"]}]])
Expiration date for the data asset (in RFC 3339 format)
Response
201 - application/json
Created
Was this page helpful?