For the complete documentation index, see llms.txt. This page is also available as Markdown.

ExternalAssets

Resolve external asset URLs

post
Authorizations
AuthorizationstringRequired
Body

Represents settings given when resolving thumbnail urls of external assets

AssetIdsstring[] · nullableOptional

List of asset ids to resolve thumbnails for

Widthinteger · int32 · nullableOptional

Width of preview

Heightinteger · int32 · nullableOptional

Height of preview

CropModestring · nullableOptional

Crop mode of preview (pad, max, crop)

BgColorstring · nullableOptional

Background color of preview. Used if pad set as crop mode.

Formatstring · nullableOptional

Format of preview (jpg, png)

Responses
200

OK

application/json
Other propertiesstringOptional
post/v1/externalassets/getthumbnails
200

OK

post
Authorizations
AuthorizationstringRequired
Bodystring[]
string[]Optional
Responses
200

OK

application/json
Other propertiesstringOptional
post/v1/externalassets/geturls
200

OK

Last updated