API

Manage API keys to access PostPost programmatically

API Keys

See the API Docs for details.

Loading…

Code Examples

Choose a language and copy & paste the code.
Replace YOUR_API_KEY with your key.

curl \
  -H 'x-postpost-key: YOUR_API_KEY' \
  -H "Content-Type: application/json" \
  -d '{
    "content": "Check out our latest product launch!",
    "platforms": ["PLATFORM_ID"],
    "scheduledTime": "2026-03-10T10:00:00Z"
  }' \
  -X POST https://api.postpost.dev/api/v1/create-post