---
title: Radar Chart Generator
slug: generate-radar-chart
url: https://apyverse.com/apyhub/service/generate-radar-chart
provider: ApyHub
categories: [Image Processing, Smart Generation]
tags: [radar-chart, chart-generation, data-visualization, image-generation, spider-chart]
auth: api_key
---

# Radar Chart Generator

Generate radar charts from labels and series data, with optional theme and size settings. Return a pre-signed image URL or binary chart output.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| POST | `/link` | What it does Generates a radar chart link from the chart configuration you send in the request body… | 10 |
| POST | `/download` | What it does Generates a radar chart image from the chart configuration sent in the request body an… | 10 |

## About

## What it does
Radar Chart Generator creates a radar chart from your data and returns either a shareable link or a downloadable image. Send a title, labels, one or more series, and optional chart settings; get a rendered chart back.

Use `/link` when you want a pre-signed URL for the generated chart image. Use `/download` when you want the chart as binary output for direct saving or embedding. Both endpoints accept the same chart body, including `theme` (`light` or `dark`), `title`, `labels`, `series`, and optional `options` for `width`, `height`, and `max_value`.

Each series needs a `name` and `values`, and can include a 6-character hex `color` without the `#` symbol. This makes it a fit for comparing team performance, product scores, feature parity, survey results, or any multi-metric dataset where shape matters more than a single total.

If you need to generate consistent spider charts for dashboards, reports, or customer-facing visuals, Radar Chart Generator gives you a simple way to turn structured values into a chart image without building the rendering logic yourself.

## Usage

Authenticate with an ApyHub API key in the `apy-token` header.
Full docs and a live playground: https://apyverse.com/apyhub/service/generate-radar-chart
