Headless LMS

Get an asset's metadata

GET
/api/assets/{id}

Path Parameters

id*string

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/api/assets/string"
{  "id": "string",  "key": "string",  "kind": "video",  "filename": "string",  "contentType": "string",  "size": -9007199254740991,  "status": "pending",  "uploadedBy": "string",  "createdAt": "string"}
{  "error": "string",  "message": "string"}
{  "error": "string",  "message": "string"}
{  "error": "string",  "message": "string"}