Loading
Loading
https://api.apifreaks.com/v1.0/pdf/merge
$ pip install requestsimport requests
url = "https://api.apifreaks.com/v1.0/pdf/merge"
payload = {}
headers = {
'X-apiKey': ''
}
response = requests.request("POST", url, headers=headers, data=payload)
print(response.text)
Click Test it to start the request and see the response here!
| Field | Type | Requirement | Description |
|---|---|---|---|
| taskId | String | Mandatory | Unique identifier for the PDF task. |
| inputIds | Array | Optional | Array of unique file IDs referencing PDF files used in the PDF operation. |