Loading
Loading
https://api.apifreaks.com/v1.0/pdf/resource/upload-binary
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/resource/upload-binary"
payload = {}
headers = {
'X-apiKey': ''
}
response = requests.request("POST", url, headers=headers, data=payload)
print(response.text)
| Field | Type | Requirement | Description |
|---|---|---|---|
| fileId | String | Mandatory | Unique file ID for the uploaded PDF file. Use this ID to reference the file in subsequent API calls. |
| fileName | String | Optional | Name of the uploaded PDF file. |