Multipart Upload for External APIs ?

Options
Michael Udinski
Michael Udinski Administrator

ADMIN

We just added support for multipart uploads on external APIs! What exactly does that mean? It means that you can now send attachments (images, videos, pdfs, etc.) to 3rd party services leveraged in your app via the external API request function.

You can accomplish multipart upload by utilizing the file resource input or function stack item that creates a file resource from a variable. If you are using an external API that requires multipart upload be sure to read the requirements of how to pass the attachment. Xano can send the attachment however is needed: as a key-value pair or as the entire parameter.

Want to read more about multipart upload? Check out the documentation.