Split a PDF into one file per page

View as Markdown
Splits a PDF into single-page PDFs, one new file per page, named `<original>.p<n>.pdf`. Each page carries `parentFileId` pointing back at the source, so the set stays traceable to one document. A PDF longer than 100 pages answers `413 too_many_pages` — extract the pages you need one at a time instead. A PDF larger than 15 MB answers `413 too_large`. **Learn more:** [Working with files](https://docs.cloudraker.com/developers/files)

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

refstringRequired>=1 character
spaceIdstringRequired

Response

One file per page, in page order.
object"list"
datalist of objects

Errors

404
Not Found Error
413
Content Too Large Error
422
Unprocessable Entity Error
429
Too Many Requests Error