Give your app or AI agent production-ready Hindi, Marathi, Gujarati, and English typography. Calligraphy generation and precise text rendering with guaranteed exact text — complex glyphs, conjuncts, and matras handled correctly, delivered as editable SVG or PNG.
curl -X POST https://studio99.app/api/v1/generate \
-H "X-API-Key: your_api_key" \
-H "Content-Type: application/json" \
-d '{
"text": "शुभ विवाह",
"count": 4,
"format": "svg"
}'200 OKresult[0]result[1]result[2]result[3]The API is stronger because it sits on top of the same generation engine and content surfaces used across Studio99.
Use it for plugins, app features, design automations, personalization flows, and developer products.
Read the full API reference and choose a plan that fits your usage and rate-limit requirements.
/api/v1/generateGenerate styled calligraphy from text input — returns SVG or PNG.
/api/v1/renderRe-render an exact generated result at any size — high-res SVG or PNG.
/api/v1/library/searchSearch the Inkora text art library for reusable designs and templates.
/api/v1/fontsList available font metadata — scripts, weights, and preview URLs.
Sign up at accounts.studio99.app, open your dashboard, and generate a new API key. The Free plan includes 100 API calls per month — no credit card required.
The generate and render endpoints return SVG (editable vector) and optionally PNG (raster, up to 4096px on higher plans). SVG is recommended for high-quality, scalable typography. The library search endpoint returns metadata with URLs to PNG thumbnails and SVG files.
Limits depend on your plan: Free (100 calls/month, 5 req/min), Starter (5,000 calls/month, 20 req/min), Growth (25,000 calls/month, 60 req/min), Enterprise (unlimited calls, 120 req/min).
Yes. All paid API plans include commercial usage rights for generated typography. The Free plan is intended for testing and development.
Hindi, Marathi, and Gujarati (Devanagari and Gujarati scripts) plus English — with correct conjuncts, matras, and ligatures. Language is auto-detected, or you can pass it explicitly.
Get your API key and start with 100 free calls per month. Explore the docs, test in your sandbox, and ship calligraphy generation to your users.