URLs

Asset URL Generation

Generate asset URLs

post

Generate URLs for classic assets based on specified types and modes. Assets can be identified by IDs or names.

Authorizations
AuthorizationstringRequired

Customer-scoped API key that automatically determines the customer context for all operations.

Body

Request parameters for generating asset URLs. Either asset_ids or asset_names must be provided to identify the assets.

Note: Asset lookup is automatically scoped to the customer associated with the API token. Assets not belonging to the authenticated customer will be treated as "not found".

anyOptional
or
anyOptional
Responses
chevron-right
200

URLs generated successfully

application/json

Response containing generated URLs for assets and any processing errors

post
/assets/urls

Last updated