Build with Zactonz APIs, themes and plugins.
Reference docs, quick starts and integration guides for everything we ship: REST APIs on api.zactonz.com, WordPress themes and plugins, and cPanel & WHM extensions.
curl "https://api.zactonz.com/qr/enc/?content=https%3A%2F%2Fzactonz.com&format=png&size=6&accuracy=normal&padding=2&color=000000&bgcolor=FFFFFF&resp=json" \
-H "Authorization: Bearer YOUR_API_KEY"{
"status": 200,
"data": {
"qr": "https://api.zactonz.com/qr/enc/i/qDB76_184XsQzKpYx4e.png",
"size": 6,
"accuracy": "M",
"format": "png"
}
}REST APIs
JSON endpoints for QR codes, screenshots, translation, email verification, video and files.
7 endpointsAPI referenceWordPress
Installation, configuration, hooks and changelogs for every Zactonz theme and plugin.
2 productsWordPress docscPanel & WHM
Install guides, requirements and usage docs for our server-side plugins.
1 plugincPanel docsStart in three steps
Every API speaks plain HTTP and answers with JSON. Send your API key as a Bearer token and you are done.
Read the quick start-
1
Get an API key
Request a key from Zactonz support. One key covers every endpoint you are licensed for.
-
2
Make a request
Call the endpoint with GET or POST and an
Authorization: Bearerheader. Parameters are plain query or form fields, no SDK required. -
3
Read the response
Every reply carries a
statusfield and adatapayload. Errors are reported in the same shape.