# StableInfluencer Campaign Edit Slots

> StableInfluencer Campaign Edit Slots is a paid API for AI agents from stableinfluencer.dev, paid per call via x402, $500/call, status unknown (last checked 2026-09-15).

Adds or modifies paid video slots within a mutable TokPortal bundle for an existing StableInfluencer social media campaign.

## Facts

- Endpoint: POST https://stableinfluencer.dev/api/campaigns/%7Bid%7D/edit-slots
- Price: $500/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stableinfluencer-campaign-edit-slots-5f5296ae
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_epmU_pc13boPpTbPAfxEG

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 stableinfluencer-campaign-edit-slots-5f5296ae -d '<json body>'
```

Example prompt: Add 3 more video posting slots to my StableInfluencer campaign ID abc-789 — I need to squeeze them in before the TokPortal bundle locks, targeting the NYC locale on TikTok.

## When to prefer this

Use this endpoint when you need to modify or add video slots to an already-created StableInfluencer campaign whose TokPortal bundle is still in a mutable state. Do not use this to create a new campaign (use the campaign creation endpoint instead) or to query existing slots. Best suited for mid-campaign adjustments before the bundle is finalized.

## Known failure modes

- Campaign ID not found — 404 if the campaign does not exist or is not owned by the authenticated wallet
- Bundle no longer mutable — error if the TokPortal bundle has already been finalized and slots cannot be edited
- Insufficient payment — x402 payment of $3 USDC not provided or rejected
- Invalid slot configuration — malformed slot parameters or exceeding bundle limits
- Unauthorized wallet — wallet address does not match the campaign owner

## How this service works

Agent-oriented social campaign API for localized TikTok and Instagram posting.

## Output

Returns the updated slot configuration for the specified campaign, confirming which video slots were added or modified within the TokPortal bundle, along with the bundle's new mutable state and any slot scheduling details.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "quantity": {
   "type": "integer",
   "maximum": 500,
   "minimum": 1
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stableinfluencer-campaign-edit-slots-5f5296ae/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stableinfluencer.dev](https://www.zero.xyz/host/stableinfluencer.dev/llms.txt)
