Javascript SDK
Data Assets
Working with Data Assets
The SDK supports two types of data assets:
- Structured Data Assets: JSON-like data that follows a predefined data model
- Non-Structured Data Assets: File-based data like documents, images, etc.
Working with Structured Data
Structured data assets are useful when you need to store and share structured information like user profiles, credentials, or any JSON-compatible data that follows a specific format (that we call data models).
Working with Files
For non-structured data like documents or media files, use the non-structured data asset APIs:
Retrieving Data Assets
The SDK provides several methods to retrieve and manage your data assets: