PDF Operations
Extract pages from a PDF file
Creates a task to extract specific pages from a PDF file into a new PDF file.
Authorization
x-api-key
<token>
API Key for authentication
In: header
Request Body
application/json
Optionalinputrequired
string
The id of the file to operate on.
name
string
The name of the file
Minimum length:
1
Maximum length: 30
pagesrequired
string
Page range (e.g., 2-7), a comma-separated list (e.g., 2,3,7) of pages.
Response Body
The response of an extract task
TypeScript Definitions
Use the response body type in TypeScript.
responserequired
Extract Pages Response
The response of an extract task