Skip to main content

API

Manage API keys to access PostPost programmatically

API Keys

See the API Docs for details.

No API keys yet. Create one to get started.

Code Examples

Choose a language and copy & paste the code. Dry-run the same JSON with POST /public/posts/valid before calling POST /public/posts.
Replace YOUR_API_KEY with your key.

curl \
  -H 'x-api-key: YOUR_API_KEY' \
  -H "Content-Type: application/json" \
  -d '{
    "type": "schedule",
    "shortLink": false,
    "date": "2026-03-10T10:00:00Z",
    "tags": [],
    "posts": [{
      "integration": { "id": "CONNECTION_ID" },
      "value": [{ "content": "Check out our latest product launch!" }],
      "settings": { "__type": "x" }
    }]
  }' \
  -X POST https://api.postpost.devall.duckdns.org/public/posts