New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@postiz/node

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@postiz/node

The ultimate social media scheduling tool

latest
npmnpm
Version
1.0.8
Version published
Weekly downloads
192
2.67%
Maintainers
1
Weekly downloads
 
Created
Source

Postiz NodeJS SDK

This is the NodeJS SDK for Postiz.

You can start by installing the package:

npm install @postiz/node

Usage

import Postiz from '@postiz/node';
const postiz = new Postiz('your api key', 'your self-hosted instance (optional)');

The available methods are:

  • post(posts: CreatePostDto) - Schedule a post to Postiz
  • postList(filters: GetPostsDto) - Get a list of posts
  • upload(file: Buffer, extension: string) - Upload a file to Postiz
  • integrations() - Get a list of connected channels
  • deletePost(id: string) - Delete a post by ID

Alternatively you can use the SDK with curl, check the Postiz API documentation for more information.

Keywords

social media

FAQs

Package last updated on 27 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts