Overview
Introduction
Welcome to the OneUp API — a RESTful JSON API that allows you to manage your social media content directly from your own applications, tools, or backend systems. Whether you’re automating post creation, managing social accounts, or building integrations, the API gives you full access to OneUp’s core publishing features.
What is OneUp?
OneUp is a social media scheduling and publishing platform designed to simplify your content workflow. With OneUp, you can:
- Schedule and publish posts across multiple platforms
- Manage and categorize social accounts
- Automate recurring posts and campaigns
- Collaborate with your team through shared workspaces
Supported networks: Facebook, Instagram, Twitter/X, LinkedIn, Pinterest, Google Business Profile, Threads, YouTube, Snapchat, and TikTok.
What can I do with the OneUp API?
With the API, you can programmatically:
- List Categories to group social accounts
- List Social Accounts associated with each category
- List All Connected Social Accounts
- Create Text Posts, Image Posts, and Video Posts
You can use these capabilities to integrate OneUp’s scheduling and publishing workflows directly into your apps, dashboards, or automation tools.
API Specifications
| Property | Value | 
|---|---|
| Base URL | https://www.oneupapp.io/api/ | 
| Format | JSON | 
| Auth Method | API Key (passed as query parameter) | 
Authentication
Include your API key as a query parameter in every request:
https://www.oneupapp.io/api/ENDPOINT?apiKey=YOUR_API_KEY
For example:
https://www.oneupapp.io/api/listcategory?apiKey=ccf631a87e9e6e514df1
You can manage and regenerate your API keys in: https://www.oneupapp.io/api-access
Support & Resources
If you need help using the API:
- Review the Quick Start Guide for basic setup instructions
- Check individual endpoint docs for detailed examples
- Contact support@oneupapp.io for technical assistance
Next Step: 👉 Proceed to the Quick Start Guide to make your first API request.