SAMPLE FILE https://drive.google.com/file/d/1sk3JdTORSXEOOBn0P7tpHY-_MecRaf7o/view?usp=drive_link { "url": "INSERT_URL_TO_INPUT_FILE_sample Employment.pdf", "async": false, "encrypt": false, "inline": true, "annotations": [], "images": [ { "url": "https://drive.google.com/file/d/1HJNuavKKhikylvO0e2wl--kXDXn_1Agt/view?usp=sharing", "x": 156.91, "y": 121.23, "width": 404.81, "height": 143.63, "pages": "5" } ], "fields": [] } curl --location 'https://api.pdf.co/v1/pdf/edit/add' \ --header 'Content-Type: application/json' \ --header 'x-api-key: INSERT_YOUR_API_KEY_HERE' \ --data '{{ "url": "INSERT_URL_TO_INPUT_FILE_sample Employment.pdf", "async": false, "encrypt": false, "inline": true, "annotations": [], "images": [ { "url": "https://drive.google.com/file/d/1HJNuavKKhikylvO0e2wl--kXDXn_1Agt/view?usp=sharing", "x": 156.91, "y": 121.23, "width": 404.81, "height": 143.63, "pages": "5" } ], "fields": [] }}'