Nimply Developers
API ReferenceMedia

Get a media asset

GET
/v1/media/{id}
AuthorizationBearer <token>

Workspace API key (nim_live_...)

In: header

Path Parameters

id*string

Media asset id

Response Body

application/json

curl -X GET "https://example.com/v1/media/string"
{  "id": "123e4567-e89b-12d3-a456-426614174000",  "name": "launch-banner.png",  "type": "IMAGE",  "url": "string",  "thumbnailUrl": {},  "size": 245760,  "createdAt": "2026-07-05T10:00:00.000Z"}
Empty