Assets

Get all the assets you have uploaded along with their public urls

Get All Assets

Get Developer User Assets

get
Header parameters
Content-TypestringOptionalExample: application/json
x-api-keystringRequiredExample: ne-zwpVh1idj6InYwTWk866n1qrf
Body
objectOptional
Responses
200

Get Developer User Assets

application/json
get
GET /api/v1/assets/developer-get-assets/ HTTP/1.1
Host: prod.backend.netikscloud.com
x-api-key: text
Content-Type: application/json
Accept: */*
Content-Length: 2

{}
{
  "count": 1,
  "assets": [
    {
      "id": "text",
      "asset_name": "text",
      "storage_url": "text",
      "format": "text",
      "file_size": 1,
      "dimensions": "text",
      "access": "text",
      "location": null,
      "location_name": null,
      "created_by": "text",
      "created_by_name": "text",
      "last_updated_by": "text",
      "last_updated_by_name": "text",
      "created_at": "2025-08-22T05:23:46.770Z",
      "last_updated": "2025-08-22T05:23:46.770Z"
    }
  ]
}

Last updated