
General Barcode Generation
Generate scan-ready barcode images in 40 common formats
Create QR code images from text or URLs
Encode text exactly, including spaces and line breaks.
Turn a URL into a static QR code for print or digital use.
Encode supported Unicode text for international workflows.
Choose a square PNG size from 64 to 2048 pixels, subject to content capacity.
Retrieve a public image link and save it in your application.
Add QR generation to labels, onboarding and content workflows.

HTTP Protocol:HTTPS
HTTP Method:POST
HTTP Endpoint:https://api.gugudata.io/v1/qrcode
Response Type:application/json; charset=utf-8
DEMO Endpoint:https://api.gugudata.io/v1/qrcode/demo
Live Demo:Try Interactive Demo
Full API Docs:developers.gugudata.io
| Name | Type | Is Required | Default Value | Remark |
|---|---|---|---|---|
| appkey | string | true | YOUR_APPKEY | Application key supplied in the query string. |
| content | string | true | Nonblank text or URL, preserved exactly including spaces and line breaks. At most 32768 UTF-8 bytes; QR capacity and selected size impose smaller limits. Shorten content or increase size when it cannot fit. | |
| size | integer | false | 200 | Integer image width and height from 64 to 2048 pixels. Defaults to 200; fractions, strings and null are rejected. |
| Name | Type | Remark |
|---|---|---|
| url | string | Public HTTPS URL of the generated PNG. Download and save the file; permanent hosting is not guaranteed. HTTP 400 / business 400 for invalid input, HTTP 500 / business 500 for generation failure, and HTTP 503 / business 500 when image storage is unavailable. |
| Status Code | Explanation of Status Code | Remarks |
|---|---|---|
| 200 | Request processed successfully. | Some endpoints expose a separate application-level status field in the response body, such as `dataStatus.statusCode`. |
| 400 | Invalid request parameters or request format. | Check required fields, data types, and request body format. |
| 401 | Missing or unknown application key. | Provide a valid `appkey` with the request. |
| 403 | The application key is recognized but access is not allowed. | The key may be expired, inactive, or not permitted for the requested API. |
| 429 | Request rate or trial usage limit exceeded. | Reduce concurrency or retry after the limit window resets. |
| 500 | Internal service error. | Retry later or contact support if the error persists. |
| 503 | Upstream service unavailable. | Retry later; the requested upstream dependency is temporarily unavailable. |
Connect your AI client once, authorize in the browser, and the client can use the GuGuData API tools available to your account. You do not need to paste an appkey into the MCP client.
https://mcp.gugudata.io/mcp{
"mcpServers": {
"gugudata": {
"url": "https://mcp.gugudata.io/mcp",
"transportType": "streamable-http"
}
}
}
Generate scan-ready barcode images in 40 common formats

Read QR code content from images

Generate a Wi-Fi QR code for quick network onboarding