Returns a single asset if ?id= is provided, or a list. Filter by ?type=video or ?tag.key=value.
cURL
curl --request GET \ --url https://api.vidjutsu.ai/v1/assets
{ "assetId": "<string>", "clientId": "<string>", "url": "<string>", "contentType": "<string>", "type": "video", "status": "active", "createdAt": 123, "name": "<string>", "r2Key": "<string>", "size": 123, "tags": [ { "key": "<string>", "value": "<string>" } ] }
The request has succeeded.
video
image
audio
other
active
deleted
Show child attributes