URLs
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
anyOptional
Responses
200
URLs generated successfully
application/json
403
Unauthorized
application/json
404
No valid assets found for the provided identifiers.
application/json
422
Unprocessable Entity
application/json
post
/assets/urlsLast updated