Docs/REST API/api_get_asset_details
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
ParameterTypeRequiredDefaultDescription
idstringRequiredAsset identifier or slug.

Request Example

curl https://api.trykrafto.xyz/api/v1/assets/ast_neon_matrix

Response Example

application/json (200 OK)
{
  "id": "ast_neon_matrix",
  "title": "Neon Matrix Display Typeface",
  "priceINR": 499,
  "priceUSD": 6,
  "license": "Standard Commercial"
}