An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
Hello Gabe,
Welcome to the Microsoft Q&A forum.
You can use the Copy Activity in Azure Synapse Analytics to copy data from an HTTP endpoint.
The Copy Activity in Azure Synapse Analytics supports copying data from REST API. You can use the REST connector to copy data from a REST endpoint.
Please follow the below Microsoft document.
https://learn.microsoft.com/en-us/azure/data-factory/connector-rest?tabs=data-factory
You can also use web activity in Synapse to download or copy a file.
Web Activity can be used to call a custom REST endpoint from Synapse pipeline. You can pass datasets and linked services to be consumed and accessed by the activity.
https://learn.microsoft.com/en-us/azure/data-factory/control-flow-web-activity
I hope this helps. Please let me know if you have any further questions.