Curvioo

Docs

Curvioo documentation

A short guide for using the generator, sharing pages, and calling the API from your own app.

中文

1. Use the generator

  1. Type or paste text into the input box on the home page.
  2. Click Copy to grab the styled text, or PNG to download an image.
  3. Use the language switch in the header or footer to jump between English and Chinese.

2. API quick start

  • GET /api/v1/transform/Michael returns every style for a sample name.
  • GET /api/v1/transform/b64/<text> supports any text safely.
  • POST /api/v1/transform accepts JSON with text, style, and format.

3. Free plan limit

Free API usage is limited to 1,000 requests per day per IP address. The window resets at UTC midnight. When the limit is reached, the API returns HTTP 429 with a retry hint in the response headers.

4. Best sharing flow

Use normal content pages for SEO and share pages for quick spreading. Share pages are noindex by design, so they are ideal for social links without creating thin-content index pages.

Example

curl "https://curvioo.com/api/v1/transform/Michael"

Tip: if your text contains spaces or symbols, use the b64 path variant or send a JSON body with POST.