💻 Environment/Context
- API
- Hosting image
- Media
❓ Issue/Question
- Is it possible for you to host images that are used as a "banner image link" on other places?
- We would like to host some imaged connected to our app where upload banners with direct links to websites.
👌 Resolution/Answer
- Images uploaded to ScorePlay can be shared as direct URLs using our
Dynamic Image Processingfeature. - Call the
Generate dynamic URLfor media endpoint to retrieve a hosted CDN link that can be embedded anywhere on the web. - More information can be found here:
🔖 Notes
- By calling the
Generate dynamic URLfor media endpoint, you'll get a unique CDN link (e.g., https://dynamic-crop-cdn.scoreplay.io/your-image.jpg) that can be used as a banner image or embedded anywhere on the web. - You can also append parameters to the URL to resize or reformat the image on the fly — for example, adding ?w=1200&fmt=webp to get a 1200px wide WebP version, without needing to re-upload anything.