UP-TO-DATE Socials
UP-TO-DATE Socials API
57 API Endpoints

API Documentation

Build powerful social media integrations with the UP-TO-DATE Socials API.

Quick Start
Create your first post
bash
curl -X POST https://uptodatesocials.com/api/posts \
  -H "Content-Type: application/json" \
  -H "Cookie: next-auth.session-token=YOUR_SESSION" \
  -d '{
    "content": "Excited to announce our new product launch! 🚀",
    "accountIds": [
      "facebook-page-uuid",
      "linkedin-company-uuid",
      "twitter-uuid"
    ],
    "scheduledAt": "2024-12-25T10:00:00Z"
  }'

Authentication

Register, login, and manage user sessions