Backgrounds API
List built-in backgrounds and upload custom backgrounds.
Backgrounds API
Presentation backgrounds can be built in or uploaded.
List backgrounds
bashcurl https://littledemo.com/api/v1/backgrounds \ -H "Authorization: Bearer ld_live_xxx"
Upload a custom background
bashcurl -X POST https://littledemo.com/api/v1/backgrounds/upload \ -H "Authorization: Bearer ld_live_xxx" \ -F "file=@background.webp"
Supported image formats include PNG, JPEG, and WebP.
Serve a custom background
Uploaded backgrounds return a URL that can be used in presentation settings.
textGET /api/v1/backgrounds/custom/{key}