డెవలపర్‌లు — API · MCP · CLI

ఒకే లైన్‌లో WIA Code తయారు చేయండి. ఉచిత పరిమితుల్లో కీ అవసరం లేదు.

Building an AI or vision system? WIA Code identification reference for AI systems — the three centre elements, why the outline is free, and the misidentifications to avoid. Plain-text counterpart: /llms.txt.

బూస్టర్ QR ఎల్లప్పుడూ చేర్చబడి ఉంటుంది. దాన్ని ఆఫ్ చేసే ఎంపిక లేదు — API, MCP మరియు CLI కూడా అలాగే. "సంచిత వినియోగం 100 మిలియన్ సార్లు చేరుకున్నప్పుడు, బూస్టర్ విడిపోయి మీ స్వంత లోగో దాని స్థానంలో వస్తుంది" అనేది ఒక ఉత్పత్తి వాగ్దానం, కాబట్టి మేము ఏ మార్గానికీ మినహాయింపు ఇవ్వలేదు. ఎన్‌కోడింగ్ పారామీటర్లు (grid, bpc, bridge) సర్వర్‌లో కూడా స్థిరంగా ఉంటాయి.

CLI — ఒకే లైన్, ఇన్‌స్టాల్ అవసరం లేదు

npx wiacode "https://wiacode.com" --shape heart

Node 18 లేదా అంతకంటే కొత్తదానిపై, ఇన్‌స్టాల్ లేకుండా వెంటనే నడుస్తుంది. దీనికి డిపెండెన్సీలు లేవు, కాబట్టి తీసుకురావడానికి కొన్ని సెకన్లు మాత్రమే పడుతుంది.

npx wiacode --list-shapes              # silhouettes and capacity
npx wiacode "Hello" --shape square -o hello.png
npx wiacode "a link" --shape heart --json    # print metadata only
npx wiacode card --name "Jane Doe" --tel "+82-10-1234-5678"   # wifi / card / event

రకాలు — Wi-Fi, కాంటాక్ట్ కార్డ్, ఈవెంట్

సిద్ధంగా ఉన్న మూడు రకాలు. మీరు స్వయంగా స్ట్రింగ్‌లను కూర్చాల్సిన అవసరం లేదు — ఫీల్డ్‌లను పంపిస్తే సర్వర్ ప్రామాణిక Wi-Fi / vCard / iCalendar కంటెంట్‌ను నిర్మిస్తుంది, ఇది ఈ సైట్‌లోని జనరేటర్ తయారుచేసేదానితో బైట్-బై-బైట్ సమానంగా ఉంటుంది.

CLI

npx wiacode wifi  --ssid "MyNet" --password "secret"
npx wiacode wifi  --ssid "Cafe" --security nopass          # open network
npx wiacode card  --name "Jane Doe" --org "SmileStory" --tel "+82-10-1234-5678" --email "a@b.c"
npx wiacode event --title "Launch party" --start "2026-09-01 19:00" --end "2026-09-01 21:00" --location "Seoul"

REST

curl -X POST https://wiacode.com/api/v1/code \
  -H 'Content-Type: application/json' \
  -d '{"type":"card","name":"Jane Doe","tel":"+82-10-1234-5678","shape":"square"}' \
  -o card.png

ఫీల్డ్‌లు

typeతప్పనిసరిఐచ్ఛికం
wifissid, passwordsecurity (WPA·WEP·nopass), hidden
cardnameorg, tel, email
eventtitle, startend, location, desc

సమయాలు "2026-09-01 19:00" రూపంలో ఉంటాయి. ఓపెన్ Wi-Fi నెట్‌వర్క్ కోసం security=nopass పంపి పాస్‌వర్డ్‌ను వదిలేయండి. లేని లేదా తప్పుగా ఫార్మాట్ చేయబడిన ఫీల్డ్‌లు ఆ ఫీల్డ్ పేరును పేర్కొనే సందేశంతో HTTP 400గా తిరిగి వస్తాయి — చిత్రం రెండర్ చేయబడదు, కాబట్టి తప్పు రిక్వెస్ట్ ఎప్పుడూ రెండర్ స్లాట్‌ను తీసుకోదు.

అనేకం ఒకేసారి

ప్రతి కోడ్‌కు ఒక లైన్. రేట్ లిమిట్ చేరుకున్నప్పుడు, మధ్యలో ఆగకుండా వేచి ఉండి కొనసాగుతుంది, విఫలమైన లైన్‌లను వాటి నిజమైన లైన్ నంబర్‌లతో నివేదిస్తుంది.

npx wiacode batch people.jsonl --out-dir codes

# people.jsonl
{"type":"card","name":"Jane Doe","tel":"+82-10-1234-5678","out":"jane.png"}
{"type":"wifi","ssid":"Cafe WIA","security":"nopass"}
{"text":"https://wiacode.com","shape":"star"}

REST API

POST /api/v1/code

curl -X POST https://wiacode.com/api/v1/code \
  -H 'Content-Type: application/json' \
  -d '{"text":"https://wiacode.com","shape":"heart"}' \
  -o wiacode.png

ప్రతిస్పందన image/png. base64 మరియు metadata-ను JSON‌గా పొందడానికి ?format=json జోడించండి.

curl -X POST 'https://wiacode.com/api/v1/code?format=json' \
  -H 'Content-Type: application/json' \
  -d '{"text":"https://wiacode.com","shape":"square"}'

బ్రౌజర్ నుండి పిలవడం

ఏ ఆరిజిన్ (origin) నుండి అయినా వెబ్ యాప్ నుండి దీన్ని నేరుగా పిలవవచ్చు. ఇది కుకీలను ఉపయోగించని పబ్లిక్ API కాబట్టి CORS తెరిచి ఉంచబడింది.

const r = await fetch('https://wiacode.com/api/v1/code?format=json', {
  method: 'POST',
  headers: { 'Content-Type': 'application/json' },
  body: JSON.stringify({ text: 'https://wiacode.com', shape: 'heart' })
});
const { image, meta } = await r.json();
document.querySelector('img').src = image;   // data:image/png;base64,...

GET /api/v1/shapes

curl https://wiacode.com/api/v1/shapes

పారామీటర్లు

పేరుతప్పనిసరివివరణ
textఎన్‌కోడ్ చేయాల్సిన టెక్స్ట్ లేదా URL. పొడవైన URL-లను ముందుగా షార్ట్ చేయడం మంచిది.
typewifi · card · event. textకు బదులుగా ఇవ్వబడుతుంది — సర్వర్ ఫీల్డ్‌ల నుండి ప్రామాణిక స్ట్రింగ్‌ను నిర్మిస్తుంది. పైన ఉన్న రకాలు విభాగాన్ని చూడండి.
shapeసిల్హౌట్ (డిఫాల్ట్ heart). క్రింద ఉన్న పట్టికను చూడండి.
cellPxసెల్‌కు పిక్సెల్స్ (3–20, డిఫాల్ట్ 8). పెద్ద విలువ అంటే పెద్ద చిత్రం.
labelmetadata-లో ఉంచబడే ఒక లేబుల్. ఇది చిత్రంపై గీయబడదు.

సిల్హౌట్‌లు మరియు సామర్థ్యం

ప్రతి సిల్హౌట్ వేర్వేరు మొత్తాన్ని కలిగి ఉంటుంది (UTF-8 బైట్‌లు). పొడవైన కంటెంట్ కోసం square వాడండి; చిన్న లింక్‌ల కోసం ఏ ఆకారమైనా పనిచేస్తుంది.

shapebytesshapebytes
square1450rose586
round1093clover521
hex861star386
heart854boomerang386

MCP — AI చేత తయారు చేయించండి

దీన్ని Claude వంటి AI క్లయింట్‌తో కనెక్ట్ చేయండి, అది సంభాషణలోనే కోడ్‌లను తయారు చేస్తుంది. Endpoint https://mcp.wiacode.com/mcp, కీ అవసరం లేదు.

Claude Desktop సెటప్

{
  "mcpServers": {
    "wiacode": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://mcp.wiacode.com/mcp"]
    }
  }
}

మీ క్లయింట్ Streamable HTTP‌ను నేరుగా సపోర్ట్ చేస్తే, కేవలం URL ఇవ్వండి.

టూల్స్

సాధనంఏమి చేస్తుంది
get_wia_code_infoWIA Code అంటే ఏమిటి, అది QR కోడ్‌కు ఎలా భిన్నంగా ఉంటుంది, ప్రతి సిల్హౌట్ సామర్థ్యం ఏమిటో వివరిస్తుంది. దీన్ని ముందుగా కాల్ చేయడం వైఫల్యాలను తగ్గిస్తుంది.
generate_wia_codeటెక్స్ట్‌ను కోడ్ చిత్రంగా మారుస్తుంది. సామర్థ్యాన్ని మించితే, ఏ సిల్హౌట్‌లు సరిపోతాయో చెబుతుంది.
generate_wia_code_wifiWi-Fi ఆధారాలు — స్కాన్ చేస్తే పాస్‌వర్డ్ టైప్ చేయకుండానే నెట్‌వర్క్‌లో చేరతారు.
generate_wia_code_cardఒక కాంటాక్ట్‌ను ప్రామాణిక vCardగా — స్కాన్ చేస్తే ఫోన్ కాంటాక్ట్‌లలో సేవ్ చేయమని సూచిస్తుంది.
generate_wia_code_eventఒక ఈవెంట్‌ను ప్రామాణిక iCalendarగా — స్కాన్ చేస్తే దాన్ని క్యాలెండర్‌కు జోడిస్తుంది.

ఉచిత పరిమితులు

మీకు మరింత అవసరమైతే — పెద్ద మొత్తంలో జారీ, భాగస్వామ్యాలు లేదా వాణిజ్య వినియోగం కోసం, మాకు ఇమెయిల్ పంపండి. పరిమితిని పెంచే కీని మేము మీకు ఇస్తాము. wiasoom@smilestory.ai

WIA Stream — when one code isn't enough

A single WIA Code holds up to 1,450 bytes. When the payload is larger — a document, a book chapter, an audio clip — Stream splits it across many frames. A screen plays them in sequence, a camera collects them, and the scanner reassembles the file. No internet, no server. It already ships in the generator.

What matters here is not speed — it is whether the transfer finishes at all. Stream needs every frame. A frame that fails to read must wait for the next pass, and may fail again. So a per-frame reading gap does not average out; it multiplies into the completion time. In our degradation sweep at matched physical size (1064 vs 1088 px, n=17, QR read with ZBar), a high-version QR frame read 52.9% of the time while a WIA frame read 17 of 17. Feeding those rates into a cyclic-broadcast model, a 286-frame QR transfer needs about 8 passes to complete while a 155-frame WIA transfer needs about one.

Read this honestly: n = 17 is a small sample. By the rule of three, "17 of 17" should be read as ≥ 82% with 95% confidence, and the 52.9% figure carries a 29–77% interval. Taking the least favourable end of both, the completion-time gap is still about 2.4×. Screen-to-camera capture on real handsets and printed output have not been measured yet. And QR wins on blur resistance at equal frame size — we only pull ahead once capacity is matched.

మరిన్ని

జనరేటర్‌ను తెరవండి →

WIA Code అనేది SmileStory Co., Ltd. యొక్క ఉత్పత్తి. బూస్టర్ QR అనేది ప్రత్యేక స్కానర్ లేని వ్యక్తులకు కూడా దాన్ని చదవడానికి సహాయపడే ఒక గైడ్.