Upload-Post API Overview
Upload-Post provides a simple and powerful API for uploading content to TikTok and Instagram. This documentation will help you get started with our API and make the most of our services.
Getting Started
- Create an account at upload-post.com
- Connect your TikTok and Instagram accounts
- Generate your API key from the dashboard
- Start making API calls
Authentication
All API requests require authentication using an API key. Include your API key in the request header:
Authorization: Apikey your-api-key-here
Rate Limits
- Free tier: 10 uploads per month
- Additional uploads available through paid plans
Base URL
All API endpoints are available at:
https://api.upload-post.com/api
Available Endpoints
/upload
- Upload videos/upload_photos
- Upload photos/api/uploadposts/users
- Manage usersGET
- List usersPOST
- Create new userDELETE
- Delete user
/api/uploadposts/users/generate-jwt
- Generate JWT token (POST)/api/uploadposts/users/validate-jwt
- Validate JWT token (POST)
For detailed information about each endpoint, check out our API Reference.