GET
/api/v1/assets/{id}Public (No auth required)Get Asset By ID
Retrieve full details for a single asset.
Description
Returns complete metadata, licensing specs, vendor profile, file previews, and technical specs.
Parameters
1 parameters| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| id | string | Required | — | Asset identifier or slug. |
Request Example
curl https://api.trykrafto.xyz/api/v1/assets/ast_neon_matrixResponse Example
application/json (200 OK)
{
"id": "ast_neon_matrix",
"title": "Neon Matrix Display Typeface",
"priceINR": 499,
"priceUSD": 6,
"license": "Standard Commercial"
}