Loading
Loading
https://api.apifreaks.com/v1.0/pdf/png
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/png"
payload = {}
headers = {
'X-apiKey': ''
}
response = requests.request("POST", url, headers=headers, data=payload)
print(response.text)
| 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. |