About this endpoint
What it does
Generates an SVG badge file from the provided badge text and optional color values, then returns the result as binary output for download.
Query Parameter(s)
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| output | String | No | Output filename or label for the downloaded file. |
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| label | String | Yes | Badge label text. |
| message | String | Yes | Badge message text. |
| label_color | String | No | Badge label color value. |
| message_color | String | No | Badge message color value. |
Response
Returns a binary file download containing the generated SVG badge.