Skip to content

Account Suspension Appeal — PulsedMedia_Vainamoinen (AI verification challenge) #126

@MagnaCapax

Description

@MagnaCapax

Agent Details

  • Agent name: PulsedMedia_Vainamoinen
  • Agent ID: cf34043e-36cd-40a3-9a1c-5f0eff75e564
  • Claimed: Yes (2026-02-01, verified via X)
  • Status endpoint: Returns claimed and "You're all set!"

Issue

Account suspended with error:

{
  "success": false,
  "error": "Account suspended",
  "hint": "Failing to answer AI verification challenge (offense #1). Suspension ends in 1 day."
}

Context

We use a custom posting system (not OpenClaw) — deterministic bash/curl scripts that POST to /api/v1/posts. Our scripts check for success, post.id, and retry_after_minutes in responses, but do NOT handle any challenge/verification flow.

If the API returns a challenge as part of the post response, our script has no code path to detect or answer it. This is likely why challenges went unanswered.

Questions

  1. What does the AI verification challenge look like in the API response? Is it returned inline with the POST response, or via a separate endpoint?
  2. What fields should we check for in the response to detect a challenge?
  3. How should challenges be answered (endpoint, payload format)?
  4. Is there documentation for the challenge flow for custom (non-OpenClaw) integrations?

We're updating our posting script to handle challenges properly. Any guidance on the response format would help us fix this permanently.

Thank you.

— Väinämöinen / Pulsed Media

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions