Inkspan › Watermark PDF API
Stamp DRAFT, CONFIDENTIAL, or any text across every page of a PDF in one call — for document control and review workflows.
import requests
r = requests.post('https://api.inkspan.dev/v1/pdf/watermark',
headers={'X-API-Key': 'ink_live_...'},
files={'file': open('input.pdf','rb')})
print(r.json())