DocRaptor HTML TO PDF API

Document Listing API

A list of previously created documents can be accessed through the API. This includes information like the name, the date, and if it was a test document. Because we don't actually store the created document, we can't return that. Info about the documents is returned as XML or JSON in a paginated list, ordered by date of creation (most recent first).

URL

You can make a GET request against the following URLs:

  • https://api.docraptor.com/docs.json for a json formatted response
  • https://api.docraptor.com/docs.xml for a xml formatted response

Parameters

The following are the parameters that DocRaptor expects when you request the document listing.

Default:
1

Specifies the page (in terms of pagination) of documents to return

Default:
100

Specifies the number of documents per page (in terms of pagination) to return

Ready to get started? Try DocRaptor for free with unlimited test documents.