---
title: "Get asset content"
method: GET
path: "/api/v2/assets/{asset_id}/content"
tags: ["assets"]
---

# Get asset content

`GET /api/v2/assets/{asset_id}/content`

The content of the asset.
`type` can either be `file` or `url`.

In case of a file, the fields `mimetype`, `filename`, and `content`
will be present. In case of a URL, the field `url` will be present.

## Path parameters

- `asset_id` string, required

## Response `200`

- object
  - `type` string
  - `url` string
  - `filename` string
  - `mimetype` string
  - `content` string

---

[API](https://skmtc.net/screenly/apis/anthias-api.md) · [All operations](https://skmtc.net/screenly/apis/anthias-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/screenly/anthias-api/versions/585376a5e9ad/schema)
