Integrate a professional-grade typography engine into your own app. Support for Hindi, Marathi, Gujarati, and English — built to handle complex glyphs with lightning-fast rendering and zero setup friction.
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/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, navigate to the API section in your dashboard, and generate a new API key. The free Starter plan includes 100 API calls per month.
The generation endpoint returns SVG (vector) or PNG (raster) output. SVG is recommended for high-quality, scalable calligraphy. The library search endpoint returns metadata with URLs to PNG thumbnails and SVG files.
Rate limits depend on your plan: Starter (100 calls/month, 10/day), Growth (5,000 calls/month, 200/day), Enterprise (custom). All plans include burst protection at 10 requests/second.
Yes. All paid API plans include commercial usage rights for generated calligraphy. The Starter (free) plan output includes a watermark and is for testing/development only.