Chain API Calls

I want to convert an uploaded video to mp4 and then push the resulting files to S3. I’ve successfully done both of those things by making two calls. Is there a way to do both functions in a single call?

Hi @mharney

There’s no way to do this in a single request, but you can enable auto copy in your custom storage settings, and the output of video conversion will be copied to your bucket automatically.
image

In the future, we’re going to implement a webhook for completed conversions which you can use to automate actions with converted videos/documents.

Hope that helps.