Skip to main content
rameshp575128
February 12, 2026
Question

webAPI taking more time for document download

  • February 12, 2026
  • 3 replies
  • 0 views

I have a webAPI which will receive the document from external system in binary format, but for file size around 25 MB, the API is taking more than 25 seconds.
Is there any way we can increase the API performance by reducing the time taken by it?

Thanks in advance.

3 replies

shubhama926776
February 12, 2026

You can't significantly speed up the binary transfer itself in Appian's Web API.
Increase client side timeouts (>30s).
25MB in 25s (~1MB/s) indicates a network/bandwidth issue, not Appian.
The bottleneck is likely network speed or external system performance, not Appian.

stefanhelzle0001
February 13, 2026

To increase the performance of any API, you will have to talk to the people developing that API.

adityag9712
February 15, 2026

Can you please confirm are they generating the file and then providing you the file? or only providing the Binary file?