Do I need an account to convert a chart to an image?
No. The studio, the previews, and the SVG and PNG downloads all work without signing in.
Paste your labels and values, choose a shape, and take away a picture. No screenshotting a dashboard, no cropping, and no waiting for a design pass.
https://www.plotlark.com/api/chart?type=bar&title=Deploys+per+month&labels=Jan%2CFeb%2CMar%2CApr%2CMay%2CJun&values=12%2C19%2C14%2C26%2C31%2C28&width=900&height=520&color=%238595e8&background=%23fffdf8&grid=true&valuesOn=true<img src="https://www.plotlark.com/api/chart?type=bar&title=Deploys+per+month&labels=Jan%2CFeb%2CMar%2CApr%2CMay%2CJun&values=12%2C19%2C14%2C26%2C31%2C28&width=900&height=520&color=%238595e8&background=%23fffdf8&grid=true&valuesOn=true" alt="Deploys per month" width="900" height="520" />curl "https://www.plotlark.com/api/chart?type=bar&title=Deploys+per+month&labels=Jan%2CFeb%2CMar%2CApr%2CMay%2CJun&values=12%2C19%2C14%2C26%2C31%2C28&width=900&height=520&color=%238595e8&background=%23fffdf8&grid=true&valuesOn=true" --output chart.svgNo account and no key needed for these requests. Swap /api/chart for / to reopen the same configuration in the studio.
Both come from the same drawing. Which one you want depends on whether the numbers will change.
| Option | Best for | Trade-off |
|---|---|---|
| Downloaded file | Attachments and slides | Frozen at the moment you exported it |
| Request URL | Docs, wikis, and READMEs | The full configuration is visible in the link |
| Saved stable URL | Anything you will revise | Needs an account, and the link can be revoked |
These limits apply before you start, so nothing on this page promises more than the renderer delivers.
No. The studio, the previews, and the SVG and PNG downloads all work without signing in.
SVG and PNG. Both come from the same rendering pass, so they show an identical chart.
Yes, if you keep the URL. The studio reads the same parameters as the render endpoint, so opening the link in the studio restores the exact configuration.