Assets
Asset Get
Download an asset by its ID.
GET
/assets/{asset_filename}Download an asset by its ID.
storyden-session<token>
In: cookie
Path Parameters
asset_filename*string
Asset ID.
Response Body
*/*
application/json
curl -X GET "https://example.com/assets/string""string"Empty
Empty
{
"type": "string",
"title": "string",
"detail": "string",
"trace_id": "string",
"metadata": {}
}