post
https://expert.inskill.ai/public/apiv3/assets
Create a new asset within your account.
š” Tip: After creating an asset, you can attach asset/copilot resources to it using the Resources endpoint (POST /resources) with the asset_id field.
Required Fields:
product_id: The product this asset belongs tosn: Serial number (required)
Optional Fields:
name: Asset name (optional but recommended - if omitted,snwill be used as the display name)status: Asset status (0=inactive, 1=active, defaults to 1)data: Custom asset metadata JSON object
Data Field:
The data field is a JSON object for custom asset metadata. Structure is determined by the product's data dictionary.
Common fields include: location, install_date, serial_number, model, etc.
