Loading
Loading
https://api.apifreaks.com/v1.0/pdf/files
1. Open the Authorizations dropdown and Verify your API key.
2. Click Run to see the live response here.
$ pip install requestsimport requests
url = "https://api.apifreaks.com/v1.0/pdf/files"
payload = {}
headers = {
'X-apiKey': ''
}
response = requests.request("GET", url, headers=headers, data=payload)
print(response.text)
| Field | Type | Requirement | Description |
|---|---|---|---|
| files | Array | Mandatory | List of files available on the server. |
| files.fileId | String | Mandatory | Unique identifier for each file. |
| files.fileName | String | Mandatory | Original name of the file. |