# Platform Suspension Appeal Intake Pack

> Platform Suspension Appeal Intake Pack is a paid API for AI agents from x402-niche-briefs.fly.dev, paid per call via x402, $0.12/call, status unknown (last checked 2026-09-13).

Returns structured intake fields, evidence checklists, and do-not lists for appealing account suspensions on Google Ads, Shopify/GMC, TikTok Shop, and Etsy.

## Facts

- Endpoint: GET https://x402-niche-briefs.fly.dev/v1/suspension-pack
- Price: $0.12/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/platform-suspension-appeal-intake-pack-c88dd564
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_S1n_nd6IeCH6ppc4JveKc

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability platform-suspension-appeal-intake-pack-c88dd564
```

Example prompt: My Google Ads account just got suspended — can you pull up the suspension appeal intake pack so I know exactly what fields to fill out, what evidence to gather, and what to avoid doing during the appeal process?

## When to prefer this

Choose this endpoint when an e-commerce seller or digital advertiser needs a structured, actionable checklist for filing a suspension appeal on one of the four covered platforms (Google Ads, Shopify GMC, TikTok Shop, Etsy) and wants to know exactly what intake fields to complete, what evidence to assemble, and what mistakes to avoid. Prefer it over generic compliance or legal resources when operational speed matters and the user needs a ready-made ops playbook rather than legal counsel.

## Known failure modes

- Endpoint may return stale data if platform policies have changed after the as_of date
- No guarantee that following the checklist results in reinstatement
- Does not cover platforms outside the four listed (Google Ads, Shopify GMC, TikTok Shop, Etsy)
- Response may lack platform-specific nuance for edge-case suspension reasons
- HTTP 402 if payment not properly handled via x402 protocol

## How this service works

Platform suspension appeal intake pack: Google Ads, Shopify GMC, TikTok Shop AHR, Etsy. Intake fields, evidence checklists, do-nots. Ops notes only; not legal advice; no reinstatement guarantee. as_of 2026-09-05.

## Output

A structured document containing platform-specific intake fields for the appeal submission form, an evidence checklist of documents and records to gather, a list of actions to avoid during the appeal process, and operational notes for Google Ads, Shopify GMC, TikTok Shop AHR, and Etsy. Includes a freshness timestamp (as_of 2026-09-05). Does not constitute legal advice and does not guarantee reinstatement.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/platform-suspension-appeal-intake-pack-c88dd564/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-niche-briefs.fly.dev](https://www.zero.xyz/host/x402-niche-briefs.fly.dev/llms.txt)
