Developer API / docs
Delete PDF Pages API
Remove the pages you name and keep the rest. 'pages' takes numbers and ranges, e.g. "2,5-7".
POSThttps://api.gigai.tools/v1/jobsAsync
Runs as the delete-pdf-pages operation inside a job. Needs a key with the jobs:write scope. Try it in the browser
Options
pages- string, required
Limits
- Input: pdf (one file, checked by content, never by extension).
- Max input size: 100 MB.
- Output: pdf.
- Time budget: 120 seconds, then the task fails with the timeout code.
- Engine: pdf-lib.
Inside a bigger job
Chain it: any task can consume this one's output by naming it in input. The recipes show working pipelines.
as one task in a graph
"step": { "operation": "delete-pdf-pages", "input": ["previous-task"], "pages": ... }Errors this tool returns
invalid_input, invalid_option, file_too_large, timeout. The full list with fixes is on the errors page.
Was this page helpful?