How would I carry out this API Call (API Connector)

Hi,
I am trying to connect my application to the Dailymotion API.

I am trying to allow users to upload their videos from my site and onto the Dailymotion servers through their API. Currently, I have authenticated the users and received an “upload URL” from a GET request, and now trying to send the video in a POST request.
Here is the Dailymotion documentation:


and this is what I need to fill in the API Connector:

Any help will be greatly appreciated. Thank you :slight_smile:
Dylan

1 Like

You would need to change the “Body type” in your API connector to “Form-data” after which you should be able to POST the video to the Dailymotion API via the Bubble API Connector