# StableInfluencer Video Slot Add

> StableInfluencer Video Slot Add 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 paid video slots to an existing StableInfluencer social campaign for TikTok and Instagram posting.

## Facts

- Endpoint: POST https://stableinfluencer.dev/api/campaigns/%7Bid%7D/video-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-video-slot-add-5b6b715f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_70XBfDMmTSRLKSdt8jdA1

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-video-slot-add-5b6b715f -d '<json body>'
```

Example prompt: Add 3 more video slots to my StableInfluencer campaign abc123 — the TokPortal bundle is still open and I want them targeted for localized TikTok posting in New York.

## When to prefer this

Use this endpoint when you need to add more video slots to an already-created StableInfluencer campaign that is backed by a mutable TokPortal bundle. Prefer this over creating a new campaign when the original bundle is still open and you want to expand capacity incrementally. Do not use this if the bundle has already been delivered or finalized — check bundle mutability first.

## Known failure modes

- Campaign ID not found — 404 if the campaign does not exist or wallet does not own it
- Bundle no longer mutable — error if TokPortal bundle has already been finalized or delivered
- Insufficient payment — x402 payment of $2 USDC not provided or rejected
- Invalid slot configuration — missing or malformed video slot parameters in request body
- Bundle capacity exceeded — no room for additional slots in the existing bundle

## How this service works

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

## Output

Returns updated campaign details including newly allocated video slot IDs, their status within the TokPortal bundle, and confirmation that the bundle was mutated successfully. May include slot scheduling metadata and remaining capacity.

## 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-video-slot-add-5b6b715f/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)
