Paperplane Docs
  • Welcome to Paperplane
  • Quickstart
  • Setting up an S3 bucket
  • Destinations & API keys
  • API reference
  • Customizing the PDF
  • Webhooks
  • Restricting AWS permissions
  • Guide: Header and footer templates
  • Guide: Styling documents for PDF and printing
  • Guide: Development workflow tips
  • Guide: Securing access to HTML documents
  • Guide: Serving PDFs to users from Amazon S3
  • Code samples
  • Rendering environment info
  • Legacy Docs
    • Setting up an S3 bucket (Legacy API Keys)
Powered by GitBook
On this page
  • Creating a new Destination
  • Using API keys

Destinations & API keys

How to create and manage Destinations and API keys.

PreviousSetting up an S3 bucketNextAPI reference

Last updated 6 years ago

Paperplane destinations control where your PDF files will be uploaded.

Each destination can have one or more API keys, which are used to authenticate with the Paperplane API.

You may want to create multiple destinations if you need PDFs to go to more than one bucket, or if you’d like to keep credentials separate for different deployment environments such as staging and production.

Creating a new Destination

To create a destination, log in to the , click “Destinations” and then “New Destination”.

You'll need to provide a set of AWS credentials that have upload permissions for the S3 bucket. The walks through how to create these credentials in the AWS console.

Once the destination has been created, you can then add one or more API keys to it.

Using API keys

API keys are used to authenticate all requests you make to the Paperplane API. To start learning about the API, check out the .

dashboard
quickstart guide
API reference