Studio Apps
importMediaToApp
Import Media To App
Import real media into a Studio app from consented external pages: a server-side render-then-harvest that lands deduped image files in the app's assets/ tree with provenance (source URL +…
Arguments
appIdstringrequiredThe Studio app ID to import media intoconsentbooleanrequiredThe owner's explicit consent to fetch from these exact sources. Must be true: never assume consent.sourcesstring[]required1 to 5 public http(s) page URLs the owner consented to fetch media from
Returns
Returns each landed asset's path; rebind your markup to those paths in a following edit (placeholder:// or the old URL → the assets/ path).
Declared limits
sources: minimum items 1sources: maximum items 5
Ask for it
The Cloud routes these requests to this verb.
- pull the images from these pages into the app
- import the key art from <url>
- grab the photos off their site and use them
Pair it with
The verbs that finish the job.