Re-render sandbox render ID in production

I have a Render ID for a render I made in Sandbox.

I want to re-run the exact same render in Production (to remove the Shotstack logo), but I lost the original request.

Is there some API where I can just use the Render ID and re-run it in Production?

If you call the get render status endpoint GET render/{id} it will return the JSON payload you used to create the video. You can then copy the data from the response to use in a request using the prod environment.

Here is the API reference to get the status: Shotstack v1 API Reference Documentation

And basic docs to get the status: Hello World | Shotstack Documentation

1 Like