How do I translate these AI Shadows UI settings into API parameter values?
I need to know the equivalent values so I can call it programmatically.
Thanks!
Hi,
The details of the parameters available for AI Shadows in the API is available here.
From your screenshot I’d say it should be:
shadow.softnessOverride=0.5shadow.intensityOverride=0.7shadow.directionOverride=right
In addition you’ll need to set shadow.mode=ai.auto-with-overrides and add this header pr-ai-shadows-model-version: 2026-04-15
Let me know if it worked!
