• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

Getting a file through API call

guillermoba

Member
Hi!
I need to make an API call to get a response with an image file.

This is the url > https://neutrinoapi.net/html-render...ttps://naiwokhills.com/boat-ticket-generator/ (plus the headers with the Key)

When I make the call on Postman, I get a file, but on Pabbly, I only get a 200 status code with the message "The application processed the request but returned a blank response. Refer to the HTTP status code above for details."

What do I have to do to get the image in the response? I am using the same parameters in Postman, and I get an image, but not on Pabbly.

Thanks!
 

Attachments

  • Screenshot_2.png
    Screenshot_2.png
    164.1 KB · Views: 99

ArshilAhmad

Moderator
Staff member
Hi @guillermoba,

Could you please share the API documentation and the cURL command for the endpoint you are trying to execute? Additionally, please share the workflow URL where you have attempted to execute this endpoint.
 

Fagun Shah

Well-known member
Hi!
I need to make an API call to get a response with an image file.

This is the url > https://neutrinoapi.net/html-render...ttps://naiwokhills.com/boat-ticket-generator/ (plus the headers with the Key)

When I make the call on Postman, I get a file, but on Pabbly, I only get a 200 status code with the message "The application processed the request but returned a blank response. Refer to the HTTP status code above for details."

What do I have to do to get the image in the response? I am using the same parameters in Postman, and I get an image, but not on Pabbly.

Thanks!
Unfortunately pabbly connect doesn't support direct file as response. You have use API which returns URL of the file as a response.
 

guillermoba

Member
Hi! That wouldn't be a problem... the issue is that I do not get a link either. On Postman I get the file, on Pabbly I was expecting a link, but I get nothing
Thanks
 

Attachments

  • Screenshot_1.png
    Screenshot_1.png
    14.3 KB · Views: 99
P

Pabblymember11

Guest
To run the API reference on Pabbly Connect, you can refer to the following video lesson.

1716803821893.png


 

guillermoba

Member
Hi! I already watched that video. I already setup dozens of workflows. I've made thousands of API calls. Still... I'm not getting an answer to my question.

Why making the same API call on other platforms I get a file in the response, but on Pabbly I don't get the file nor a link to the file?

Thanks
 
P

Pabblymember11

Guest
Could you please share the cURL request with us? This will allow us to examine it and provide you with the appropriate guidance.
 
P

Pabblymember11

Guest
Please share the CURL request that you have tested in the Postman application so that we can check its response.
 
Top