shotstack-sdk-node
shotstack-sdk-node copied to clipboard
removing shotstack watermark on generated videos
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
Hi @sblbl, This could be caused be caused by two reasons:
- 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/.
- If you are using the v1 URL and on a free plan. The logo will display once you exceed the 20 credits limit.