API Interactions
The CRE SDK provides an HTTP client that allows your workflows to interact with external APIs. Use it to fetch offchain data, send results to other systems, or trigger external events.
These guides will walk you through the common use cases for the HTTP client.
Guides
- Making GET Requests: Learn how to fetch data from a public API using a
GETrequest. - Making POST Requests: Learn how to send data to an external endpoint using a
POSTrequest. - Submitting Reports via HTTP: Learn how to submit cryptographically signed reports to an external HTTP endpoint.