Discussions
Transparent background for Clips Streams
10 months ago by vnewsom90
I'm trying to pass in a transparent background on the Clips Stream endpoint, but I'm getting a status 500 internal server error
{'script':
{'type': 'text',
'input': "Hey there! Looks like you're testing the waters. Feel free to ask anything you're curious about or need help with.",
'provider':
{'type': 'elevenlabs',
'voice_id': '*********',
'voice_config': {'stability': 0.6, 'similarity_boost': 0.85}
}
},
'background': {'color': False},
'config':
{'stitch': True,
'result_format': 'webm'
},
'session_id': '**********; Expires=Wed, 27 Mar 2024 19:09:25 GMT; Path=/; ********; Expires=Wed, 27 Mar 2024 19:09:25 GMT; Path=/; SameSite=None; Secure'}
{'kind': 'UnknownError', 'description': 'Internal Server Error'}
Are transparent background possible with Clips Streams?