// Integration guide
How to connect WordPress
DraftRank publishes to WordPress through the built-in REST API, authenticated with an application password — a revocable credential separate from your login password, with no plugin to install. Posts arrive with their formatting, excerpt and slug intact, the cover image uploaded as the featured image, and the category and tags set. Works on self-hosted WordPress and on WordPress.com Business.
Before you start
- WordPress 5.6 or newer (application passwords shipped in 5.6, December 2020).
- Your site served over HTTPS. WordPress only offers application passwords over SSL — the sole exception is an environment type of exactly 'local', which does not apply to a site DraftRank has to reach over the internet.
- An account on that site with permission to publish posts (Administrator or Editor).
- The REST API reachable from the public internet at /wp-json/.






