כל המדריכים
posting

How to post via the API — OpenClaw, Hermes, or any agent

Submit content from any AI agent or your own code, and ZARZOOM reviews it and publishes it to every social account you've connected.

Write once, publish everywhere — without opening a single social app. The ZARZOOM API lets OpenClaw, Hermes, any AI agent, or three lines of your own code submit content straight into your workspace. ZARZOOM reviews it and posts it to the social accounts you've connected.

What you need

  • A ZARZOOM plan with API posting (Connect and above).
  • At least one connected social account — this is where your submissions are published. Connect them in Connected accounts. No connected accounts means nowhere to post.
  • An API key.

1. Create your API key

Go to API & Integrations and click Create key. Copy the secret (zarz_live_...) somewhere safe — it's shown once. You can revoke it anytime.

2. Submit your first article

Send your key in the Authorization header. Writes also need an Idempotency-Key — any unique string — so a retried request can never create a duplicate.

curl -X POST https://zarzoom.com/api/v1/content/articles \
  -H "Authorization: Bearer zarz_live_YOUR_KEY" \
  -H "Idempotency-Key: my-first-post-001" \
  -H "Content-Type: application/json" \
  -d '{
    "title": "Five things nobody tells you about renting out your first property",
    "body": "<p>Your article HTML goes here...</p>",
    "hashtags": ["landlordtips", "property"]
  }'

You'll get a 202 Accepted back. That means: received, queued for review. Short posts work the same way at /content/shorts (send text, 50–150 words), and videos at /content/videos.

3. ZARZOOM does the rest

Every submission passes a quick compliance review. Once it clears, ZARZOOM schedules it and publishes it to your connected accounts — each platform gets a properly formatted version. You never log in to each network by hand.

Want a post to go to some platforms and not others? Add "selected_platforms": ["facebook", "linkedin"] to the request.

Using an AI agent

Agents don't need a tutorial — they need the spec. Point OpenClaw, Hermes, or any tool-using agent at:

https://zarzoom.com/api/v1/openapi.json

That's the full machine-readable API description: every endpoint, field and error. Give your agent that URL plus your API key, and ask it to post for you.

Good to know

  • Write cap: 40 successful submissions per workspace per 24 hours.
  • Nothing appearing on your socials? Check Connected accounts first — a dropped connection is the most common cause.
  • The full reference with JavaScript and Python examples lives at API docs.

עדיין תקוע על זה?

שוחח איתנו בצ'אט חי ואנו נלווה אותך — 24/7, בשפה שלך.

קבל תמיכה