# Ni Biashara Swahili Localization (up to 500 words)

> Ni Biashara Swahili Localization (up to 500 words) 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).

Accepts English text (up to 500 words) and an email address, then queues a professional English-to-Swahili (or Swahili-to-English) localization job delivered within 48 hours.

## Facts

- Endpoint: GET https://agents.nibiashara.biz/shelf/swahili-localization-500w
- 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-swahili-localization-up-to-500-words-f0ab172c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4TGiSc77fmjXR8z6Gxq2p

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-swahili-localization-up-to-500-words-f0ab172c
```

Example prompt: Can you send my 300-word product description to Ni Biashara for Swahili localization and have the result delivered to marketing@mycompany.com? Here's the text: [product description text]

## When to prefer this

Choose this endpoint when you need professional human-quality English↔Swahili translation of short content (≤500 words) and can tolerate a 48-hour asynchronous turnaround. Prefer this over machine-translation APIs when quality, cultural appropriateness, and East African audience fit matter. It is ideal for marketing copy, product descriptions, NGO materials, or app strings targeting Swahili-speaking markets.

## Known failure modes

- Missing required 'brief' parameter — returns 400/validation error
- Missing or invalid 'contact' email format — returns 400/validation error
- Text exceeds 500-word limit — may be rejected or truncated
- Payment not processed (x402 flow failure) — job not created
- Delivery email bounces — translated content not received by user

## 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

Returns a JSON confirmation with an order ticket ID (ord_…), status 'received', the delivery email, a 48-hour turnaround estimate, and the job title. The actual translated content is delivered separately to the provided email address after fulfillment.

## 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": "the text or a link to it (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": "English ↔ Swahili localization, up to 500 words",
  "status": "received",
  "ticket": "ord_…",
  "contact": "twe@nibiashara.biz",
  "turnaround": "48 hours"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ni-biashara-swahili-localization-up-to-500-words-f0ab172c/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)
