Free Trial

Alteryx Server Discussions

Find answers, ask questions, and share expertise about Alteryx Server.

Embed App with File Upload interface to a website

BonusCup
11 - Bolide

I have an App that requires a user to upload a file to do some comparisons.  Is it possible to embed this app onto our company website?

 

Alteryx Server version:  2022.1.1.25127

 

Thanks

3 REPLIES 3
gabrielvilella
14 - Magnetar

Yes, it is possible. You have to use APIs https://help.alteryx.com/developer-help/server-api-overview 

BonusCup
11 - Bolide

@gabrielvilella 

 

Thanks for quick response.  I'm relatively new to using the server APIs.  Using the below v1 endpoint it looks like I was able to test successfully. The main requirement is for the user to be able to upload a file so I wanted to make sure that was possible. Does the screenshot below look correct?  TIA

 

/v1/workflows/{appId}/package

 

BonusCup_0-1678369741292.png

 

gabrielvilella
14 - Magnetar

Hi @BonusCup, I'm sorry I misread your question. Unfortunately, it is not possible to queue a job for execution that requires a file to be uploaded using APIs. That endpoint you mentioned is to upload a new workflow to the Server.