requests headers.
Getting started | API
Authorization
HTTP authentication via API key
We use HTTP authentication. You will need to provide your API key in the
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
HTTP authentication via API key
requests headers.
headers = {
"Authorization": "Your API Key",
"Content-Type": "application/json"
}
requests.get(url, headers=headers)