Hi all,
I’m struggling with the last step in connecting the DeepL (an AI translation services) API to my app.
The API is very simple:
- upload a file
- collect a key/id
- check if ready
- download based on the key/id
Problem: i have no idea how to actually save the file in Bubble.
Here is the API documentation:
I noticed the response is MIME octet stream (so pushing out a blob), however I have no idea how to configure Bubble API connector to expect a file instead of JSON…
Probably just a very easy setting I’m overlooking.
Thanks!!