![]() |
Set item image API - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: General Questions (https://forum.jellyfin.org/f-general-questions) +--- Thread: Set item image API (/t-set-item-image-api) |
Set item image API - Pablo Roldan - 2025-03-18 How can I set the image via API? I’ve tried this: curl -v -X POST "http://ip:8096/Items/ITEMID/Images/Primary" -H "X-Emby-Token: x" --data-binary @/route But I keep receiving different errors. I’ve tried many things... Does anyone know? I checked the browser console, and it seems to be doing something quite similar. |