Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

removing shotstack watermark on generated videos #23

Open
sblbl opened this issue Nov 14, 2023 · 1 comment
Open

removing shotstack watermark on generated videos #23

sblbl opened this issue Nov 14, 2023 · 1 comment

Comments

@sblbl
Copy link

sblbl commented Nov 14, 2023

Hello everybody,
It's a dumb question, but I'm not figuring out the answer. I'm using the shotstack API to add the audio to some videos and the resulting videos always have the shotstack logo over them. Is it just because I have the free plan or do I need to do something else? Thanks for the help

Screenshot 2023-11-14 alle 15 55 50
@jeffski
Copy link
Member

jeffski commented Dec 7, 2023

Hi @sblbl,
This could be caused be caused by two reasons:

  1. You are calling the Sandbox (staging) environment which always adds a watermark. The staging environment URL starts like this: https://api.shotstack.io/stage/ or https://api.shotstack.io/edit/stage (both work). It also has it's own API key. To get rid of the watermark use the v1 (production) URL and key. The v1 URL starts like this: https://api.shotstack.io/v1/ or https://api.shotstack.io/edit/v1/.
  2. If you are using the v1 URL and on a free plan. The logo will display once you exceed the 20 credits limit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants