I am using Transloadit API to merge audio file and series of images.
At some point, I need to retrieve list of assemblies (videos generated till now) for which transloadit provides a get API endpoint but that endpoint accepts two query strings, signature and params(to configure the list)
I am generating signature of the same params which is being sent as query string to the API along with it's signature but it is returning an error that signature doesn't match.
Transloadit have proper docs of how to create signature for each major language here https://transloadit.com/docs/#signature-authentication
Also the docs (https://transloadit.com/docs/api/#assemblies-get) doesn't state whether the signature will be generated of the same params or not.
Please help if anyone have used transloadit and had a same problem before and solved it now