Discussions

Ask a Question
Back to All

Custom background image

Hi,

I'm developing a solution to generate videos with custom backgrounds. I'm using the video.generate method.
It works fine with static image on internet or hex color codes (although it seems that hex color codes in CAPS give a different color than expected).

Now I'm trying to pass a background from a public web api method which returns png images, but I get an error:
{ "code": "400011", "detail": "invalid background: https://.....background?p1=aaaaa&p2=bbbbb", "message": "Invalid background" }

Is there a way to understand, what exactly is wrong with my api endpoint?

I've checked the logs on the server. I don't see the api call even being made.