# Arabizi to Arabic Converter

> Arabizi to Arabic Converter is a paid API for AI agents from x402-apis-eta.vercel.app, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-13).

Converts Arabizi (romanized Arabic text) into proper Arabic script

## Facts

- Endpoint: POST https://x402-apis-eta.vercel.app/api/arabic/arabizi
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/arabizi-to-arabic-converter-1a461be4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_x5IRMMSbYWfg7Zp7SjPDy

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 arabizi-to-arabic-converter-1a461be4 -d '<json body>'
```

Example prompt: Convert this Arabizi text to proper Arabic script: '3ayez a7ki ma3ak 3an el mawdoo3 da'

## When to prefer this

Use this endpoint when you need to convert informal romanized Arabic (Arabizi/Franco-Arabic) written with Latin letters and digits (e.g. 3, 7, 5) back into proper Arabic script, especially for processing Arabic social media, chat messages, or SMS content. It requires no API key — just a micropayment via x402.

## Known failure modes

- Missing required 'text' field returns a 400 validation error
- Non-Arabizi or already Arabic input may return unexpected or empty output
- Payment failure via x402 protocol returns 402 Payment Required before processing
- Ambiguous romanization may produce incorrect Arabic mapping
- Very long text inputs may time out or return partial results

## How this service works

AI-agent-friendly APIs with instant micropayments via x402 protocol. No API keys, no accounts - just pay and access.

## Output

The API returns the input Arabizi text converted into proper Arabic Unicode script, replacing romanized characters and digit substitutions (e.g. 3 → ع, 7 → ح) with their corresponding Arabic letters.

## Example request

```json
{
 "text": "marhaba, kayf halak?"
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "text"
 ],
 "properties": {
  "text": {
   "type": "string",
   "description": "Arabizi text to convert"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/arabizi-to-arabic-converter-1a461be4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-apis-eta.vercel.app](https://www.zero.xyz/host/x402-apis-eta.vercel.app/llms.txt)
