API reference / Assets

Get asset content

GET/v1/assets/{id}/content

Streams the asset bytes back with a 200 OK and the right Content-Type. The bytes are served straight from the Kiara domain — object-storage URLs are never exposed. Pipe the response to a file, or read it into a buffer.

Path parameters

Parameters

idstringRequired

Prefixed asset id (e.g. asset_01...). You get this from result.asset_id on a completed generation.

Behavior

Asset delivery

We never expose object-storage URLs directly — the endpoint authenticates your request and streams the bytes from the Kiara domain. There is no public link to leak. If you need to serve the asset to your own users, fetch it once and store the bytes on your side.

Kiara API — image & video generation for your business.