Loading
Loading
https://api.apifreaks.com/v1.0/pdf/resource/download
$ pip install requestsimport requests
url = "https://api.apifreaks.com/v1.0/pdf/resource/download"
payload = {}
headers = {
'X-apiKey': ''
}
response = requests.request("GET", url, headers=headers, data=payload)
print(response.text)
Click Test it to start the request and see the response here!
| Field | Type | Requirement | Description |
|---|---|---|---|
| file | Binary | Mandatory | The downloaded file in binary format (PDF or ZIP archive). |