Skip to content

API Bridge

Skapi's API Bridge allows your project to connect external API's.

API Bridge provides secureRequest(), clientSecretRequest() and forwardRequest() methods to make secure requests to your custom API's.

secureRequest() is used to make a secure request to your custom API's. clientSecretRequest() is used to make a request to your 3rd party API with a client secret key. forwardRequest() is used to forward a request, including an HTML form and its files, to your own external backend, which recognises the call by your project's API key, and streams the response back as it arrives.