LynCutLynCut

Catalog API

Resolve asset

302-redirects to the CDN URL for an asset's media file. Use for previews and direct downloads. Public.

GET/v1/assets/resolve

Path & query parameters

id
string (query)required
Asset id, e.g. ast_17e2....
version
integer (query)
Pin a specific revision — defaults to latest.

Request

curl -L "https://api.lyncut.com/v1/assets/resolve?id=ast_17e2"

Response

HTTP/2 302 Found
Location: https://cdn.lyncut.com/assets/ast_17e2/v3/filter.bin?sig=...

Was this page helpful?