Zyte API reference documentation#
This is the complete reference documentation of the HTTP API of Zyte API.
For topic-based usage documentation, see Zyte API usage documentation.
All requests require basic authentication, with your API key as username, and no password.
For example, if your API key is
foo
, you base64-encode foo:
as Zm9vOg==
and send the
Authorization
header with value Basic Zm9vOg==
.Authorization: Basic Zm9vOg==
Tip
Examples for different programming languages in the usage documentation feature authentication.