headers
PRO

Type: <object>
It sets any HTTP header that will be passed along over the url.

Interactive Code Editor

Test API requests with multiple programming languages. Edit code, execute requests, and view responses in real-time.

Passing headers must the way to authenticate a non-public target URL, providing the necessary headers to make it reachable for Microlink API.
One consideration to keep in mind is that values provided will be passed as query parameters, meaning anyone can see them since they are public.
In case you are treating with sensible headers (e.g., or ) you can pass them as part of the request headers rather than query parameters.
For doing that, pass the header with x-api-header-* key prefix:
In that way, they will be not publicly exposed.