Nimply Developers

Nimply API

Schedule, publish, and measure social media content programmatically.

The Nimply API lets you automate everything you can do in the Nimply app: connect to your workspace, browse connected social channels, upload media, and create, schedule, and publish posts across Facebook, Instagram, Twitter/X, LinkedIn, TikTok, YouTube, Pinterest, and more.

Base URL

All API requests are made to:

https://api.nimply.io

Every endpoint in the current version is prefixed with /v1.

Typical workflow

  1. Authenticate with a workspace API key (nim_live_...) in the Authorization header.
  2. List channels with GET /v1/channels to find the ids of the social accounts you want to post to.
  3. Upload media (optional) with POST /v1/media by giving Nimply a public URL to import.
  4. Create a post with POST /v1/posts — as a draft, at an ISO 8601 time, in the next free queue slot, or immediately.

Get started

On this page