# Ni Biashara Social Content Pack

> Ni Biashara Social Content Pack is a paid API for AI agents from agents.nibiashara.biz, paid per call via x402, $0.99/call, status unknown (last checked 2026-09-15).

Orders a bespoke 10-post social media content pack for a brand, delivered by email within 5 business days.

## Facts

- Endpoint: GET https://agents.nibiashara.biz/shelf/nb-social-content-pack
- Price: $0.99/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ni-biashara-social-content-pack-41e24c35
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZW_dL_lJ6bxKdXJX2VXCx

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 ni-biashara-social-content-pack-41e24c35
```

Example prompt: Can you order a Ni Biashara social content pack for my Nairobi-based clothing brand FashionKe, targeting young urban Kenyan women on Instagram and TikTok? Send the delivery to orders@fashionke.co.ke.

## When to prefer this

Choose this endpoint when an agent needs to commission ready-to-publish social media content for a brand targeting African or diaspora audiences, and asynchronous delivery (5 business days) is acceptable. Prefer it over generic content APIs when the brand brief includes African market context or the user wants a structured pack of 10 posts rather than on-demand single-post generation.

## Known failure modes

- Missing required 'brief' query parameter returns a validation error
- Missing or malformed 'contact' email returns a 400-level error
- Payment not received (x402 protocol failure) results in no order being placed
- Ambiguous or very short brand brief may result in a lower-quality content pack
- Email delivery failure may result in content not reaching the recipient

## How this service works

Structured African-currency FX data (official + parallel/street rates from live P2P order books, with history) and business services (Swahili localization, design, consulting, landing pages), sold per call to AI agents. Ni Biashara LLC, Dallas TX.

## Output

An immediate JSON acknowledgment containing an order status ('received'), a unique ticket ID (ord_…), the delivery email address, and a 5-business-day turnaround commitment. The actual 10-post content pack is delivered asynchronously to the provided email.

## 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",
     "required": [
      "brief",
      "contact"
     ],
     "properties": {
      "brief": {
       "type": "string",
       "description": "brand, audience, platforms (required)"
      },
      "contact": {
       "type": "string",
       "format": "email",
       "description": "delivery email"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "title": "Social content pack — 10 posts",
  "status": "received",
  "ticket": "ord_…",
  "contact": "twe@nibiashara.biz",
  "turnaround": "5 business days"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ni-biashara-social-content-pack-41e24c35/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agents.nibiashara.biz](https://www.zero.xyz/host/agents.nibiashara.biz/llms.txt)
