Curvioo

API

Curvioo API

Use the API to generate cursive text, inspect available styles, and build your own integrations on top of Curvioo. All endpoints live on the same site, so no extra service is required.

Endpoints

  • /api/v1/health - health check
  • /api/v1/styles/Michael - list all styles and sample output
  • /api/v1/styles/b64/<text> - safe path for arbitrary text
  • /api/v1/transform/Michael - transform any text into every style
  • /api/v1/transform/great-vibes/Michael - one style by id
  • /api/v1/transform/b64/<text> - safe path for arbitrary text

Simple guide

Need a friendlier walkthrough? Open the docs page for a bilingual usage guide, examples, sharing tips, and the free plan limit.

Open docs

Quick example

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