# Ni Biashara Flyer Design

> Ni Biashara Flyer Design 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).

Generates a print-ready flyer with licensed photography delivered as PDF plus square and story image exports within 72 hours.

## Facts

- Endpoint: GET https://agents.nibiashara.biz/shelf/nb-flyer-design
- 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-flyer-design-bafc878c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3QSAleuvW-0XtsVBcMCFi

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-flyer-design-bafc878c
```

Example prompt: Design a promotional flyer for my hair salon 'Kenyatta Styles' — we're running a 20% off braiding special this Saturday. Use licensed photography and send the print-ready PDF plus square and story exports to owner@kenyattastyles.co.ke.

## When to prefer this

Choose this endpoint when you need a professionally designed, print-ready flyer with real licensed photography delivered to an email address within 72 hours for under $1 USDC. It is purpose-built for African small business and event promotion use cases and bundles PDF, square, and story formats in one call — ideal when you need multi-format output without managing separate design tools or stock photo licensing.

## Known failure modes

- Missing 'brief' query parameter returns an error — event/offer details are required
- Invalid or malformed email in 'contact' parameter causes delivery failure
- Vague or insufficient brief text may result in a design that requires revision
- 72-hour turnaround may not meet urgent same-day deadlines
- Payment failure via x402 prevents order submission
- No refund path described if design output does not meet expectations

## How this service works

Print/social flyer design. One flyer, real licensed photography, print-ready PDF plus square and story exports. Pass ?brief=…&contact=email. Turnaround 72 hours.

## Output

Returns a JSON confirmation with an order ticket ID, status 'received', the delivery email address, and a 72-hour turnaround notice. The actual flyer files (print-ready PDF, square image, story image) are delivered to the provided email address upon completion.

## 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": "event/offer details (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": "Print/social flyer design",
  "status": "received",
  "ticket": "ord_…",
  "contact": "twe@nibiashara.biz",
  "turnaround": "72 hours"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ni-biashara-flyer-design-bafc878c/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)
