Common operations
| Operation | Description |
|---|---|
| Prepare upload | Request a server-side upload target for an asset. |
| List objects | Read files and folders under a scoped CDN path. |
| Rename object | Move a file to a new public path. |
| Delete object | Remove a single object or a selected batch. |
| Purge path | Refresh delivery state for a path after a change. |
| Read settings | Inspect retention intent and workspace CDN settings. |
Path scopes
Service keys can be restricted to path prefixes. Use prefixes when one script should only manage one media area:Upload flow
Use presigned upload targets for integrations such as LB-Phone and LB-Tablet.Call FiveMesh from the server
Your server-side script requests an upload target using a scoped service key.
Return the upload target
The script returns the generated upload URL to the LB-Scripts upload method.