DynamicPDF API's Postman Collection
The DynamicPDF API is now on the Postman Public API Network, the most extensive collection of APIs available anywhere. Use Postman to call the DynamicPDF API's endpoints before incorporating the endpoints into your application. Save time and money using the DynamicPDF API's public collection on Postman.
The DynamicPDF is now on the Postman Public API Network, helping your development efforts using the DynamicPDF API.
DynamicPDF Public Workspace
Access the DynamicPDF Public workspace at the following location: DynamicPDF Public Workspace.
The workspace consists of the DynamicPDF API Environment and the DynamicPDF API Public Collection.
DynamicPDF API Public Environment
The DynamicPDF API Public Environment consists of two environment variables, the endpoint URL and the API key, which can be used with the DynamicPDF API Public Collection. Set these variables so you can use them throughout the collection.
The Authorization
variable is where you set the API Key for the application (Apps and API Keys), while the API-URL
variable is for setting the base URL you wish to use (Endpoint Zones).
DynamicPDF API Public Collection
The DynamicPDF API Public Collection consists of six endpoints for developing and testing your applications. The six endpoints consist of:
- image-info,
- pdf-info,
- pdf-text,
- pdf-xmp,
- dlex-layout and,
- pdf.
image-info and pdf-info
Use the image-info
and pdf-info
endpoints for obtaining an image's information or a PDF's information.
The image-info
endpoint returns image information as JSON (image-info
endpoint).
The pdf-info
endpoint returns PDF information as JSON (pdf-info
endpoint).
pdf-text, pdf-xmp and dlex-layout
The pdf-text
and pdf-xmp
endpoint returns a PDF's text information or a PDF's XMP metadata. The dlex-layout
endpoint creates a PDF document from a DLEX file and its JSON metadata.
The pdf-text
endpoint returns a PDF's text information as a JSON document (pdf-text
endpoint).
The pdf-xmp
endpoint returns a PDF's XMP metadata as JSON (pdf-xmp
endpoint).
The dlex-layout
endpoint combines a DLEX document and its associated JSON data to create a PDF document (dlex-layout
endpoint).
pdf
The pdf
endpoint uses an instructions.json
document to create a PDF document (pdf
endpoint).