Graphtr

Developer platform

Design, as something you can call.

A template library, a renderer and two ways to reach them. No headless browser to keep alive and no font pipeline to own.

One request, one file
curl -X POST https://www.graphtr.com/api/v1/designs \  -H "Authorization: Bearer gt_live_..." \  -H "Content-Type: application/json" \  -d '{    "prompt": "sale poster for a bookshop",    "preset": "poster",    "format": "svg"  }' > poster.svg