Skip to main content
TikTok API

TikTok Scheduling API

Queue TikTok videos for future delivery. Set an exact date and time with an IANA timezone, and PostPeer handles OAuth, token refreshes, privacy settings, and publishing at the precise local moment.

  • Schedule videos for any future date and time
  • Timezone-aware delivery with IANA timezone support
  • OAuth and privacy settings handled for you
  • Reschedule, cancel, or list queued videos via API
No credit card required.
POST https://api.postpeer.dev/v1/posts
{ "platforms": ["twitter", "linkedin"], "content": "Hello world!" }
Published
2 platforms
TwitterLinkedIn
All posts delivered
Scheduled
queue
12
Queued
847
Sent
Next: in 15 min
Platforms
connected
XLIFBTT
One API, every platform
DF

"I was up and running on six different platforms in under 30 minutes. Strongly recommend!"

David Flor, Founder at Darklight Interactive

Divanshu KhatterMarketing Manager at Sembark

"Couldn't figure out the official Pinterest API. PostPeer was smooth. Using it daily."

Divanshu Khatter, Marketing Manager at Sembark

Het TikawalaFounder at Kalizzle AI Studio

"Great integration experience. Jonathan ships fixes within hours. Mad respect for the speed."

Het Tikawala, Founder at Kalizzle AI Studio

How It Works

Add social media to your product in three steps.

01

Get Your API Key

Sign up and get your API key instantly — no sales calls, no complex onboarding.

02

Integrate in Minutes

A single endpoint to post, schedule, and manage content. Drop it into your product and go.

03

Your Users Post Everywhere

Your product now supports every major social platform — without you maintaining a single integration.

API Response Format

Clean, structured JSON that's easy to parse and integrate

Request

POST
curl -X POST https://api.postpeer.dev/v1/posts \
  -H "x-access-key: your-api-key" \
  -H "Content-Type: application/json" \
  -d '{
    "content": "Behind the scenes of this week's build.",
    "mediaItems": [
      { "type": "video", "url": "https://example.com/bts.mp4" }
    ],
    "platforms": [
      {
        "platform": "tiktok",
        "accountId": "acc_tt_987"
      }
    ],
    "scheduledFor": "2026-09-10T22:00:00Z",
    "timezone": "America/Chicago"
  }'

Response

JSON
{
  "postId": "post_tt_345",
  "status": "scheduled",
  "scheduledFor": "2026-09-10T22:00:00Z",
  "timezone": "America/Chicago",
  "platforms": [
    {
      "platform": "tiktok",
      "status": "scheduled",
      "accountId": "acc_tt_987"
    }
  ]
}

Everything You Need to Schedule TikTok Videos

Skip the TikTok API complexity and build your own queue. One endpoint to schedule, reschedule, and cancel video delivery by date and timezone.

Exact-Time Delivery

Pass a scheduledFor ISO 8601 datetime and PostPeer publishes the video at that exact moment. No cron jobs, no manual uploads, and no drift on your side.

Set Delivery by Date and Timezone

Set an IANA timezone like America/Chicago and schedule against local time. PostPeer resolves the offset, including daylight saving, so videos post when your audience is watching.

Queue Video Content

Schedule a video with its caption and privacy settings in one request. PostPeer validates the video against TikTok specs before it is queued so bad uploads fail early.

Manage Your Content Calendar

List every queued video, reschedule to a new time, or cancel before delivery. Build a full TikTok posting calendar on one endpoint.

Plan Content in Advance

Queue a run of videos across days or weeks up front, each with its own scheduledFor time. Line up a series and let PostPeer deliver each video on schedule.

Cross-Post on a Schedule

Queue the same video for TikTok, Instagram Reels, YouTube Shorts, and more in one request at the same future time. Platform-specific formatting is handled automatically.

Frequently Asked Questions

Ready to Add Social Media to Your Product?

One API. Every platform. Start building with free credits.

Start Posting for FreeNo credit card required.
POST https://api.postpeer.dev/v1/posts
{ "platforms": ["twitter", "linkedin"], "content": "Hello world!" }
Published
2 platforms
TwitterLinkedIn
All posts delivered
Scheduled
queue
12
Queued
847
Sent
Next: in 15 min
Platforms
connected
XLIFBTT
One API, every platform