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.ioEvery endpoint in the current version is prefixed with /v1.
Typical workflow
- Authenticate with a workspace API key (
nim_live_...) in theAuthorizationheader. - List channels with
GET /v1/channelsto find the ids of the social accounts you want to post to. - Upload media (optional) with
POST /v1/mediaby giving Nimply a public URL to import. - Create a post with
POST /v1/posts— as a draft, at an ISO 8601 time, in the next free queue slot, or immediately.